Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DML in Stored Procedure
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
![]() |
![]() |