Install Problem [message #54618] |
Sat, 23 November 2002 07:09 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Erik
Messages: 17 Registered: September 2002
|
Junior Member |
|
|
Installing Oracle 9i on Solaris 9
3 CDs in the installation. 1st CD installs OK then requests 2nd CD, but can't eject 1st CD from drive. When given eject command, message says resource is busy.
Any suggestions much appreciated.
Erik
|
|
|
|
Re: Install Problem [message #54636 is a reply to message #54618] |
Mon, 25 November 2002 02:51 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
No need to copy CD-ROM to local disks. Waste of time and disk writes.
The trick is when you start the installation not to do that:
$cd /cdrom/cdrom0
$./runInstaller &
but instead do that:
$cd /
$/cdrom/cdrom0/runInstaller &
This way you will not be in the CD-ROM path when time comes to $eject cdrom.
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|
|