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: DDL Statements in PL/SQL !?!

Re: DDL Statements in PL/SQL !?!

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Mon, 3 May 1999 08:20:25 +0100
Message-ID: <925716822.13583.0.nnrp-09.9e984b29@news.demon.co.uk>


As another poster has pointed out, you use dbms_sql.

Strangely I put an example of a wrapper for the type of use you need onto my website a couple of days ago (developer tricks / dbms_sql).

The point you make about not spooling to file is one which I ex[ected to write about within the next few weeks.

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

peter_veenstra_at_my-dejanews.com wrote in message <7gj6ge$22d$1_at_nnrp1.dejanews.com>...
>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?
>
Received on Mon May 03 1999 - 02:20:25 CDT

Original text of this message

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