Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DDL Statements in PL/SQL !?!
>How does one go about performing administrative tasks (like removing all
>sequences or indexes) in a iterative fashion without spooling out the
contents
>of a query into a file a then creating a script to execute?
>
>Merci,
>
You should use DBMS_UTILITY package. There is procedure EXEC_DDL_STATEMENT. It's easier to use then DBMS_SQL.
Jarek Palka
Kamsoft, Katowice
POLAND
Received on Tue May 04 1999 - 08:06:04 CDT
![]() |
![]() |