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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -