When I do a database copy, I clear up some data before letting folk in to the copy.
Currently, I shutdown the destination, copy the datafiles over the existing ones, start (open) the database with a hacked control file.
Then I run a script to update tables for various reasons. One update is to deactivate batch schedules in our core system (since they should only run in LIVE).
The trouble is, it seems that when the database starts (opens) the schedule says "ooh, I was due to run a while ago (in source db) and so I better run now!".
Is there a way to start the database but not let anything start ? Would this be mount mode? The trouble is, I have to run updates and API calls to action the halt. I wonder if a mounted DB will allow this.
Thanks
Applications Support
UK
Currently, I shutdown the destination, copy the datafiles over the existing ones, start (open) the database with a hacked control file.
Then I run a script to update tables for various reasons. One update is to deactivate batch schedules in our core system (since they should only run in LIVE).
The trouble is, it seems that when the database starts (opens) the schedule says "ooh, I was due to run a while ago (in source db) and so I better run now!".
Is there a way to start the database but not let anything start ? Would this be mount mode? The trouble is, I have to run updates and API calls to action the halt. I wonder if a mounted DB will allow this.
Thanks
Applications Support
UK