Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL

Re: PL/SQL

From: Tom Zamani <tomz_at_redflex.com.au>
Date: Tue, 28 Mar 2000 16:42:51 +1000
Message-ID: <8bpkn7$f6e$1@perki.connect.com.au>


 The table(view) which you need to look at is All_constraints This will cover primary key not null etc. You need to Query this table and reproduce the scripts. Tom

TDavison <INVALID_at_PCOM.NET> wrote in message news:38e00667$1_at_news.pcom.net...
> I'm new to Oracle programming and I am trying to write a PL/SQL script
that
> when run will query the data dictionary tables and will re-create the
script
> that created and applied the constraints to the table in the first place.
> Does anyone have any sample code of how they did such a thing?
>
>
Received on Tue Mar 28 2000 - 00:42:51 CST

Original text of this message

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