Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_sql.parse Question
Galen Boyer wrote:
> On Fri, 7 Apr 2006, bob--nospam--_at_dynamicpsp.com wrote:
>> Please enlighten me, what is to be gained by being able to parse DDL >> without executing it?
Isn't that what a test database is for? We set up a test database that mimics production. We then apply our changes to the test database, and capture those DDL (or DML) changes in a script. Once the script is built , we are ready to begin testing for release to production. This means we run the script against another test instance. If all passes there, then we are ready to release the script against production.
Cheers,
Brian
-- =================================================================== Brian Peasland oracle_dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - UnknownReceived on Sat Apr 08 2006 - 11:38:30 CDT