Oracle on Linux tips, tutorials and expert advice
Installing and upgrading Oracle on Linux <<previous|next>> :How to apply patch to Oracle 10g on Linux?Oracle DBA jobs, training and certification
Help for beginner installing Oracle 10g on Linux
By Maria Anderson, Production DBA, Autodesk
SearchOracle.com
It appears as though there were issues linking the Oracle software after the installation was completed. Look through the installation log, usually located in $ORACLE_BASE/oraInventory/logs. The log file will have a name similar to installActions<date_and_time>.log. Also look through the make.log file which should be located in $ORACLE_HOME/install. These log files may give you more information to troubleshoot the problem you have encountered.
You can try manually relinking the binaries by navigating to $ORACLE_HOME/bin (as the oracle software owner) and typing the following:
./relink all
This will perform the same relink that the Oracle Universal Installer attempted during the initial installation.
With respect to the second portion of your problem where you say you "can't start Oracle," did you create a database? Did it create successfully? Have you reviewed the alert log for errors or problems? You cannot really start Oracle per se … you must create a database which can then be stopped and started.
12 Apr 2007