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 -> Re: DML in Stored Procedure

Re: DML in Stored Procedure

From: Paul Jeynes <jeynesp_at_postoffice.co.uk>
Date: Thu, 23 Dec 1999 09:17:04 -0000
Message-ID: <945940667.357539@igateway.postoffice.co.uk>


you could use DBMS_SQL built-in, if you're using versions prior to 8i.

if it's 8i, use Native Dynamic SQL (NDS).

Peter Kroiß wrote in message <3861E40E.A21D3FDC_at_faw.uni-linz.ac.at>...
>How can I make DML-Statements (CREATE, DROP, TRUNCATE) in a Stored
>Procedure?
>
>Thanx,
> Peter
>
Received on Thu Dec 23 1999 - 03:17:04 CST

Original text of this message

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