Computing.Net > Forums > Solaris > Install Oracle 9i on Solaris 9

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Install Oracle 9i on Solaris 9

Reply to Message Icon

Name: Erik777
Date: November 23, 2002 at 07:01:44 Pacific
OS: Solaris 5.9
CPU/Ram: 2 x900/ 8 GB
Comment:

installing Oracle 9i on Solaris 9

Oracle 9i has 3 CD's. First one installed ok, then asked for second, but could not eject 1st CD from drive. Message returned that drive was busy. Closed everything that could be using CD, still get same message.

So unable to continue installation. Stuck.




Sponsored Link
Ads by Google

Response Number 1
Name: Mike9
Date: November 23, 2002 at 09:07:36 Pacific
Reply:

Erik -

This will be a problem for everyone. Here's how to work around it: Create on a hard drive file partition three sub-partitions / directories. Create them using the mkdir command. Be sure you have about 2000MB of hard drive space available. Call them orcl901_1, orcl901_2, and orcl901_3.

Use the UNIX copy command, cp, to copy the contents of each CD to the hard drive directory of the same name, ie., CD named orcl901_1 is copied to directory orcl901_1; do likewise for CD#2 and CD#3. After this step, all CD code is now on hard drive. Remove CD #3 from the drive tray. In a CDE Home Directory window, open the orcl901_1 folder and doubleclick on the runInstaller icon to start installation. (This same command can be CLI initiated as well from a console window using "./dir_x/dir_y/runInstaller".)

When the dialog box that stopped you before comes up and states to "insert orcl901_2", press the BROWSE button and open the resulting file tree. Find and highlight the orcl901_2 folder, click OK, click OK again at the dialog box, and it will begin its installation. Repeat for orcl901_3.

This technique can be used for many multi-CD applications. When you see the dialog box, what I wrote will become clearer.

Here's a heads-up: Oracle installation is a beast. Lack of a complete pre-installation setup will prevent you from starting Oracle. I have working instructions how to prepare for Oracle installation. Send me your e-mail address and I will send them to you. Contact me at: michaeljerger@hotmail.com.

More heads-up: During installation, more dialog boxes will warn you that so-and-so directory has not been created. You can quit, retry, or ignore. When these warnings appear, go to the CDE bar, open another console window and right then and there, switch user to root and make the directory the warning box is complaining about. (Permission will default to 755.) Exit back to user level, and exit again to close the window. Then press the dialog box's retry button. This will occur 4 or 5 times, I don't recall exactly how many right now.

My only load attempt had mistakes in it. Error messages 01034 and 27101 came back as a result (probably) of not creating the required directories as the installation process complains, but I'm not sure. These error messages will prevent you from starting Oracle. If you do get your Oracle application up and running, please post so and any detailed additional instructions not posted here. You will be helping many people (like me) trying to overcome the same obstacles.

- Mike


0

Response Number 2
Name: Mike9
Date: November 23, 2002 at 09:19:39 Pacific
Reply:

Addendum #1:

For the mkdir commands, use:

mkdir -p /dir_x/dir_y/orcl901_1
mkdir -p /dir_x/dir_y/orcl901_2
mkdir -p /dir_x/dir_y/orcl901_3

where dir_x and dir_y are directory names of your choice.

For the cp commands, use:

cp -r /cdrom/orcl901_1/* /dir_x/dir_y/orcl901_1

cp -r /cdrom/orcl901_2/* /dir_x/dir_y/orcl901_2

cp -r /cdrom/orcl901_3/* /dir_x/dir_y/orcl901_3


The lines should not wrap as shown here.

To launch from a command line:

./dir_x/dir_y/orcl901_1/runInstaller

(You probably know that UNIX is case-sensitive. I included it here as a reminder for others users.)

- Mike



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: Install Oracle 9i on Solaris 9

How to install Oracle 9i on Solaris8or9 www.computing.net/answers/solaris/how-to-install-oracle-9i-on-solaris8or9/1948.html

how to install oracle 8i on solaris 8 www.computing.net/answers/solaris/how-to-install-oracle-8i-on-solaris-8/2260.html

install oracle 8i in solaris 9 www.computing.net/answers/solaris/install-oracle-8i-in-solaris-9/4904.html