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: Capture DDL for Triggers

Re: Capture DDL for Triggers

From: David Fitzjarrell <oratune_at_aol.com>
Date: Thu, 02 Nov 2000 15:52:44 GMT
Message-ID: <8ts2k6$80m$1@nnrp1.deja.com>

In our last gripping episode "Eric Givler" <egivler_at_flash.net> wrote:
> Does anyone have a SQL/pl/sql script to capture the ddl for
 recreating the
> triggers for a given schema? I saw one on Oracle's Metalink, but it
 does
> not properly capture the column usage information - ie. for update of
 column
> lists. Ideally, it should capture each trigger into a separate file:
> triggername.sql
>
> That's about it.
>
>

Usually the trigger code is in the original scripts they were installed from. Possibly those are "lying about" somewhere; they should be. I would ask around for those before trying to extract the information from the database.

--
David Fitzjarrell
Oracle Certified DBA


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Nov 02 2000 - 09:52:44 CST

Original text of this message

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