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.8 -r1.9 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/oracle.xml 16 Jan 2003 13:31:43 -0000 1.8 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/oracle.xml 24 Jun 2003 03:37:05 -0000 1.9 @@ -931,7 +931,7 @@ Creating /etc/oratab file... Entry will be added to the /etc/oratab file by -Database Configuration Assistant when a database is created +Database Configuration Assistants when a database is created Finished running generic part of root.sh script. Now product-specific root actions will be performed. IMPORTANT NOTE: Please delete any log and trace files previously @@ -1246,7 +1246,7 @@ Accept all of the options, and click - "Next" Oracle Visual + Next Oracle Visual Information Retrieval may be grayed out. If so, you can ignore it; just make sure that everything else is checked. @@ -1256,7 +1256,9 @@ "ora8"; for "SID", also enter "ora8" (it should do - this automatically). Click + this automatically). Click "Change + Character Set and select + UTF8. Click "Next". @@ -1613,7 +1615,7 @@ oracle:~$ su - root:~# cp /tmp/oracle8i.txt /etc/rc.d/init.d/oracle8i root:~# chown root.root /etc/rc.d/init.d/oracle8i -root:~# chmod 700 /etc/rc.d/init.d/oracle8i +root:~# chmod 755 /etc/rc.d/init.d/oracle8i @@ -1779,12 +1781,12 @@ root:~# su - oracle oracle:~$ cp /tmp/startlsnr.txt /ora8/m01/app/oracle/product/8.1.7/bin/startlsnr oracle:~$ cp /tmp/stoplsnr.txt /ora8/m01/app/oracle/product/8.1.7/bin/stoplsnr -oracle:~$ chmod 700 /ora8/m01/app/oracle/product/8.1.7/bin/startlsnr -oracle:~$ chmod 700 /ora8/m01/app/oracle/product/8.1.7/bin/stoplsnr +oracle:~$ chmod 755 /ora8/m01/app/oracle/product/8.1.7/bin/startlsnr +oracle:~$ chmod 755 /ora8/m01/app/oracle/product/8.1.7/bin/stoplsnr oracle:~$ exit root:~# cp /tmp/listener8i.txt /etc/rc.d/init.d/listener8i root:~# cd /etc/rc.d/init.d -root:/etc/rc.d/init.d# chmod 700 listener8i +root:/etc/rc.d/init.d# chmod 755 listener8i Test the listener automation by running the following commands