Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/oracle.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/oracle.xml,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/oracle.xml 7 Mar 2002 06:55:37 -0000 1.5 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/oracle.xml 10 Aug 2002 19:53:50 -0000 1.6 @@ -1,15 +1,12 @@ Install Oracle 8.1.7 + + by Vinod Kurup + + Skip this page if you're not interested in Oracle - NOTE: This document - was originally written based on Oracle, version 8.1.6. However, the - same approach should lead to a successful installation of Oracle - 8.1.7. If you encounter any incompatibilities, please let us know - - NOTE: We've not yet tested OpenACS &version; under Oracle 9i @@ -58,7 +55,7 @@ $ cd /directory/where/oracle/is -$ tar -xvf oracle81701.tar +$ tar xvf oracle81701.tar @@ -84,6 +81,11 @@ linkend="install-oracle-defaults"/>. + + For additional resources/documentation, please see this thread. + + @@ -403,6 +405,30 @@ Installer' (OUI). Click on "Next" + + + + Some people have had trouble with this step on RedHat 7.3. If + so, try the following steps before calling + ./runInstaller: + + + + Install the compat-glibc, compat-egcs, compat-libs RPM for 2.1.3. + + + + Execute the following command: /usr/i386-glib21-linux/bin/i386-glibc21-linux-env.sh + + + + + + Type export LD_ASSUME_KERNEL=2.2.5 + + + + @@ -674,13 +700,18 @@ root - - Run the script. + + Run the script. Switch to the oracle user first + to set the environment appropriately and then do + su to get root privileges, while keeping + the oracle user's enviroment. -joeuser:~$ su - +joeuser:~$ su - oracle Password: ********* +oracle:~$ su +Password: ********* root:~# /ora8/m01/app/oracle/product/8.1.7/root.sh ; You should see the following. @@ -909,6 +940,26 @@ Pentium II with 128 MB of RAM. + + RedHat 7.3 users: Before running dbassist, do the following. + + + Download the glibc + patch from Oracle Technet into /tmp. + + + cd $ORACLE_HOME + + + tar xzf /tmp/glibc2.1.3-stubs.tgz + + + ./setup_stubs + + + + Make sure you are running X. Open up a terminal and @@ -1719,10 +1770,20 @@ If the date does not conform to this format, double-check that you included the necessary line in the init scripts. If it still isn't working, make sure that you have restarted the database - since adding the line if you didn't do it prior to database - creation. + since adding the line: + +nsadmin:~$ svrmgrl +SVRMGR> connect internal +Connected. +SVRMGR> shutdown +Database closed. +Database dismounted. +ORACLE instance shut down. +SVRMGR> startup +ORACLE instance started. + If you're sure that you have restarted the database since adding the line, check your initialization scripts. Make sure that the @@ -1854,3 +1915,8 @@ ($Id$) +