ORA-06543 ?
lzhwxyMay 16 2004 — edited May 16 2004I use following statement to create a temporary table in a procedure:
execute immediate 'CREATE GLOBAL TEMPORARY TABLE tablename (column1 NUMBER,column2 NUMBER) ON COMMIT delete ROWS';
when I ran the whole batch of procs, it worked fine, but when I tried to debug it in Rapid SQL, each time when I step over this statement, I got a ORA-06543 error.
Anyone has any ideas about this issue?