You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2014/10/15 00:53:34 UTC

[jira] [Commented] (OOZIE-1464) fix SQL statements in OozieDBCLI for upgrade

    [ https://issues.apache.org/jira/browse/OOZIE-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14171670#comment-14171670 ] 

Rohini Palaniswamy commented on OOZIE-1464:
-------------------------------------------

Looks like this is already fixed. Can this be closed if not an issue anymore?

> 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
>            Reporter: Ryota Egashira
>            Assignee: Ryota Egashira
>             Fix For: trunk
>
>
> - 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 was sent by Atlassian JIRA
(v6.3.4#6332)