Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> temp table
Can someone tell me why the global keyword is used when creating
a temporary table?
such as in:
create global temporary table my_temp_tab as select * from my_tab ;
Thanks Received on Thu Apr 01 2004 - 12:25:14 CST