Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem with create temporary table in PL/SQL
Hi!
You have to use DBMS_SQL package to issue the create table command in PL/SQL. Also the user must have the create table privileges granted to him/her directly and not thru a role. PL/SQL does not recognise roles.
Thanks. Manoja.
In article <7i15sp$or1_at_netnews.hinet.net>,
"nick" <nickcool_at_ms17.hinet.net> wrote:
> Hello.
>
> How to create temporary table in PL/SQL ?
>
> Thanks in advance,
> Nick
>
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Fri May 28 1999 - 07:44:40 CDT
![]() |
![]() |