Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Can you use a PL/SQL procedure to create a table?

Can you use a PL/SQL procedure to create a table?

From: Santanu Lahiri <lahiri_at_postoffice.chrr.ohio-state.edu>
Date: Thu, 11 Mar 1999 20:14:37 GMT
Message-ID: <7c9862$no5$1@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 11 1999 - 14:14:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US