147Recovery Manager(rman) HangsYou are probably running the wrong rman binary from the XFree86-devel RPM:$ which rman/usr/X11R6/bin/rmanCan't find init file for Database "SID"You may see this error when you start the database with dbstart.Copy the init file for your SID (in this example “test”) from from /u01/app/oracle/admin/test/pfile to $ORACLE_HOME/dbs to get dbstart and dbshut working:cp /u01/app/oracle/admin/test/pfile/inittest.ora.642002224936 $ORACLE_HOME/dbs/inittest.oraError in setting permissions of file/directory /u01/app/oracle/jre/1.1.8/bin/i686/native_threads/.extract_argsThis may happen if the CD was not burned correctly. The solution is to check the image checksumsand then burn the cd again or download the image again.Various Oracle SID ErrorsIf you get the error ORA-01034: ORACLE not available, ORA-27101: shared memory realm doesnot exist, Linux Error: 2: No such file or directory or ORA-01034: ORACLE not available then check ifORACLE_SID is set correctly.If ORACLE_SID is set correctly, then you probably have a trailing slash "/" on the ORACLE_HOMEenvironment variable. Remove it by changing ORACLE_HOME=/u01/app/oracle/product/9.2.0/ to ORACLE_HOME=/u01/app/oracle/product/9.2.0 and try again to connectto sys. Remember the ORACLE_HOME parameter may be slightly different on your machine.jre was not found in /tmp/OraInstall/jre/bin/i586/green_threads/jreYou are probably running runInstaller on a 586 machine, or your AMD CPU is falsely recognizedas 586 (the case for a AMD K6-III-400). You can check your machine (hardware) type by executing"uname -m". If you are not running on a 586 or on a AMD machine, try to link jre to java and see ifthis solves your problem.To rectify the problem with the 586 machine or with the AMD CPU, create a link for lib and bin fromi586 to i686 and make the i686 directories read only. For example:ln -s /tmp/OraInstall/jre/bin/i686 /tmp/OraInstall/jre/bin/i586ln -s /tmp/OraInstall/jre/lib/i686 /tmp/OraInstall/jre/lib/i586chmod u-w /tmp/OraInstall/jre/bin/i686/tmp/OraInstall/jre/lib/i686Now restart runInstaller../jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directoryYou probably forgot to install the compat-libstdc++ RPM, the package for "Standard C++ librariesfor Red Hat Linux 6.2 backwards compatibility". To rectify this problem, install the compat-libstdc++ RPM. Read Chapter 31, Verifying Required Packages(RPMs) for more information.