Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: DDL in a PL/SQL block?
The method varies from version to version. With version 7 you need to use the package dbms_sql - there is a sample wrapper for it on my website
--
Jonathan Lewis
Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk
RoadRaat wrote in message <20000304194710.02650.00000111_at_ng-fh1.aol.com>...
>Is it not possible to put Data Definition Language in a PL/SQL block?
>
>I'm writing (what I thought would be a simple) PL/SQL program to loop
through
>all of my current tables and CREATE successive backups AS SELECTs.
>
Received on Sun Mar 05 2000 - 02:01:04 CST
![]() |
![]() |