Creating an Oracle Instance from a script
11gR2/Windows 7:
I'm trying to install a new database instance from a generated script in ORA_BASE\admin\<SID>\scripts and the <sid>.bat file there.
I see that the BAT file and the related SQL files are dependent on ORA_BASE and the path
c:\app\<username>\ is scattered across the individual files.
This makes it difficult to hand out the script to a customer or the field person who installs our Software
and creates a new database instance at the customers' site, given e.g. these scripts being part of our installer
program or scripts.
Is there a way to overcome this?
I'm trying to install a new database instance from a generated script in ORA_BASE\admin\<SID>\scripts and the <sid>.bat file there.
I see that the BAT file and the related SQL files are dependent on ORA_BASE and the path
c:\app\<username>\ is scattered across the individual files.
This makes it difficult to hand out the script to a customer or the field person who installs our Software
and creates a new database instance at the customers' site, given e.g. these scripts being part of our installer
program or scripts.
Is there a way to overcome this?
0