RE: Automation of Migration to Oracle9i

2002-09-27 Thread Kieran Murray
Thanks for this Gerardo, I forgot to mention, but unfortunately this activity will have to be carried out on NT rather than Unix. I guess it would be more complicated as the registry and services would come into play aswell. Cheers, Kieran -Original Message- Sent: Thursday, September

Automation of Migration to Oracle9i

2002-09-26 Thread Kieran Murray
Hi, I've been charged with coming up with automation scripts which will migration customer databases from Oracle 7.3.4 to Oracle 9i (35 databases in all). As the databases aren't huge I was gonna go with the Export/Import option (rather than MIG utility), so I'm in the process of writing batch

RE: Automation of Migration to Oracle9i

2002-09-26 Thread Molina, Gerardo
I think it's very possible. Run the Universal Installer once (interactively). Tar up the stuff under the product directory (all subdirectories including jre and 9.2.0.1). Now you can use the tar file to install to another machine. Write a wrapper script that untars your image. I recommend