Hosted on MUO - DocSection - Section Utils & Apps


Next Previous Contents

4. Install Oracle

4.1 Oracle Universal Installer (OUI)

You are now ready to start installing Oracle. If you find that the Installer will not function, turn off the NumLock key, the Java machine will not function correctly while the NumLock is active. If this fails, use a window manager like Sawfish.

Open a shell window and you should be in $ORACLE_HOME. You can change directory to your /cdrom-path, here you can start the install.

Do the following as oracle user.

This completes the main installation. You need to alter a symbolic link that is found in $ORACLE_HOME. The JRE link needs to point at /usr/local/jre.

In $ORACLE_HOME type.

You should now be able to run dbassist, the Oracle Database Assistant. Follow the intructions shown, you may need to re-enter data which is shown above. If all goes well, then you should be shown a screen which informs you of the default accounts and passwords.

You should now be able to connect to the database. The Database Assistant should leave a database instance running (ps -ef|grep ora_).

Enter in an oracle shell window.

You should see something like the following:

SQL*Plus: Release 8.1.6.0.0 - Production on Fri Sep 14 15:38:21 2001

(c) Copyright 1999 Oracle Corporation. All rights reserved.


Connected to:
Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
With the Partitioning option
JServer Release 8.1.6.0.0 - Production

SQL> exit
Disconnected from Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
With the Partitioning option
JServer Release 8.1.6.0.0 - Production


If you do not, then you may need to look at Oracle's own documentation/books as it is beyond the scope of this document to debug your personal installation. If all is OK, then proceed with the next section.

4.2 Automating Oracle Startup/Shutdown

Congratulations, if this howto has helped you get here first time, let me know. It was worth writing this howto. To know that the hassle I went thru to get this far was not in vain.

What the next section will do is allow you to automate the start and shutdown of Oracle. There are two scripts which need to be downloaded and saved, these are:

The original dbstart has a bug in it which is why you should replace it.

You need to create a number of symbolic links, these are found below.

To test the configuration, try the folowing(assuming the database is still running) as root user.

Once the system reboots, you should see that Oracle and its Listener start.

Hopefully you are happy, if not, find the answer using the WWW and let me know what you find, or write your own howto.


Next Previous Contents
Hosted on MUO - DocSection - Section Utils & Apps