Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
RArora
Contributor
Contributor

Oracle Reserved Keyword Column in TdbOutput

I have a table which has column name as size, which is a reserved keyword in Oracle. Whenever I am trying to load the data into this table , it throws an error SIZE is invalid identifier

caused by: ORA-00904: "SIZE": invalid identifier.

Can someone please suggest how can we escape reserved keywords column while loading the data in Table.

Labels (3)
1 Reply
manodwhb
Champion II
Champion II

@Richa Arora​ , can you check that can be renamed or not? and also consider the case sensitives. you can alter the column name.

 

Thanks,

Manohar