I have a live production server and a development server which is 24 hours behind thru backups. What I am trying to do is create a script that uses the following commands to copy out/in all rules and procedures:
copydb -uingdba imcsdb -with_rules
copydb -uingdba imcsdb -with_proc
Need to create a script that does this.
Any help is greatly appreciated.