Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Procedures
> Is it possible to create and drop tables from inside a procedure. If not
is
> there another way it can be done through a function, external procedure
etc
> if you can't do this from inside a procedure.
It is possible. You just must use execute immediate statement.
execute immediate 'create table ...'
Check the documentation for this statement. Received on Thu Jan 10 2002 - 09:25:30 CST
![]() |
![]() |