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: How to call scripts from another scripts ?

Re: How to call scripts from another scripts ?

From: dombrooks <dombrooks_at_hotmail.com>
Date: 18 Mar 2007 00:38:59 -0700
Message-ID: <1174203539.618430.227730@e65g2000hsc.googlegroups.com>


Best practice is to provide rollback/backout scripts which explicitly undo any ddl/dml done in the release scripts.

Doing a restore from a backup is often not feasible as the primary backout mechanism due to system availability / releases done during application uptime/etc.

Also, in scripts, consider using @@ rather @ Received on Sun Mar 18 2007 - 02:38:59 CDT

Original text of this message

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