Issue seems to be caused by unzipping oracle database software into Disk1, 2,etc. folders. You do the same the 11g zip files. When it comes to install, you might get the above message. So, please make sure you unzip all the zip files into the same directory.
Example:
cd D:
mkdir db11g
mv win64_11gR2_database_1of2 d:\db11g
mv win64_11gR2_database_2of2 d:\db11g
unzip win64_11gR2_database_1of2
unzip win64_11gR2_database_2of2
cd d:\db11g
cd database
./runInstall
Example:
cd D:
mkdir db11g
mv win64_11gR2_database_1of2 d:\db11g
mv win64_11gR2_database_2of2 d:\db11g
unzip win64_11gR2_database_1of2
unzip win64_11gR2_database_2of2
cd d:\db11g
cd database
./runInstall
No comments:
Post a Comment