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

Home -> Community -> Usenet -> c.d.o.server -> Question about Stored Procedures

Question about Stored Procedures

From: Jon <jzuazoa_at_nexo.es>
Date: Thu, 17 Aug 2000 13:56:54 +0200
Message-ID: <8ngjm8$gmr$1@unbe.sarenet.es>

I need to create an Oracle Stored Procedure that does the following tasks:

1.- Creates a table
2.- Make some processing with the data and populate the table created before
3.- Drop that table

As far as I know, you cannot use DDL with an Stored Procedure in Oracle. So anyone knows which is the best way to accomplish this task?

Thanks Received on Thu Aug 17 2000 - 06:56:54 CDT

Original text of this message

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