Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to get unique temp table name
ian wrote:
> Hi;
>
> What is the method in <SQL*Plus: Release 8.1.7.0.0> to create a unique
> temporary table name.
>
> I "create global temporary something(whatever);" and I see it lives for
> the world.
Only if you grant privileges on it to other schemas. GTT's do not violate the Oracle security model.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Fri Oct 13 2006 - 09:59:23 CDT
![]() |
![]() |