Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Can you use a PL/SQL procedure to create a table?
Hi,
all you need is the "dbms_sql" package...:) pretty easy
Bye..
Santanu Lahiri wrote in message
<7c9862$no5$1_at_charm.magnus.acs.ohio-state.edu>...
>Subject line pretty much says it all...
>
>I need to be able to create several different types of tables on demand
from
>within an application. Instead of using a CREATE TABLE sql command,
followed
>by a series of CREATE INDEX commands etc, I would like to have the code
>encapsulated within a stored proc, which can then be called as needed.
>
>I can not find anything in the docs I have as to how or even if it can be
>done.
>
>Any suggestions?
>
>Thanks.
>
>Santanu
Received on Thu Mar 18 1999 - 09:23:33 CST
![]() |
![]() |