sql - ORA-22295 processing clob and long together -
i'm trying load 2 clob , 1 long column in single insert statement. i'm getting error message
ora-22295: cannot bind more 4000 bytes data lob , long columns in 1 statement.
after browsing error code understood can't process clob , long data type together. either 1 long or all/any clob can processed in single statement. mean have first insert clob columns , following have trigger update sql load long column. please advise me in this.
i dont have source code i'm processing rows using data stage etl tool.
yes have use form of 2 statements per row accomplish this.
since face having heavy lifting, perfect time eliminate long column in destination data source.
Comments
Post a Comment