Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Stuck on insert into a global temporary table
Hello Roman,
There used to be a bug that SQL was a bit further in its version than PL/SQL. So PL/SQL did not know how to handle global temporary tables but sql knew. The workaround to this bug is using dynamic sql which forces sql to parse the code instead of PL/SQL.
Martin Received on Sun Jan 07 2001 - 08:23:30 CST
![]() |
![]() |