Ryota Egashira created OOZIE-1464:
-------------------------------------
Summary: fix SQL statements in OozieDBCLI for upgrade
Key: OOZIE-1464
URL: https://issues.apache.org/jira/browse/OOZIE-1464
Project: Oozie
Issue Type: Bug
Affects Versions: trunk, 4.0.0
Reporter: Ryota Egashira
Assignee: Ryota Egashira
Fix For: trunk, 4.0.0
- ddlQueries.add("UPDATE WF_ACTIONS SET error_message_temp=error_message");
+ ddlQueries.add("UPDATE WF_ACTIONS SET
error_message_temp=dbms_lob.substr(error_message,4000,1)");
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira