@Raghvendra_Sharma wrote:
Hi ,
I am trying to use this SQL Script using Oracle 12c driver connection :
TRUNCATE TABLE RPA_UNBILLED;
DROP TABLE RPA_UNBILLED PURGE;While running the same script in Oracle SQL Developer tool its working fine
But I,m getting an error while running through Execute Query activity:"Execute Query: ERROR [HY000] [Oracle][ODBC][Ora]ORA-03291: Invalid truncate option - missing STORAGE keyword\n
Please advice.
Posts: 2
Participants: 2