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: [Q] backup triggers and/or stored procedures

Re: [Q] backup triggers and/or stored procedures

From: Georg Mey <Georg.Mey_at_t-online.de>
Date: 1997/04/26
Message-ID: <5jt781$4fl$1@news02.btx.dtag.de>#1/1

Another way to do a logical export can de done as follows:

The table USER_SOURCES contains all source code lines of triggers and stored procedures. Retrieve all your triggers/procedures from table USER_OBJECTS select object_name from user_objects where objetc_type = 'TRIGGER';

afterwards you can fetch all source lines from USER_SOURCES. Received on Sat Apr 26 1997 - 00:00:00 CDT

Original text of this message

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