Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SCO ORACLE 7.3.2 (long)
timhung_at_vcn.bc.ca (Tim Hung) wrote:
>Does any have any experience installing SCO ORACLE 7.3.2 on SCO 5.0.2c ???
>I followed the oracle installation instructions to the letter but >the WGSTART script just hangs after creating the 2 user accounts.
>What am I doing wrong ???
>Are there any known bugs with the install script ???
>thanks for any help...
I have installed Oracle 7.3.2.1.0 a number of times on SCO OS5.0.2.
This is part of an MS-Word Document so the formatting here will be bad.
It is assumed here the SCO Development System is not present. It does not create a database. (I regard that as part of the application install).
I have skipped over the WebServer options in the notes.
I do not install documentation.
You will also need patch 375930, to prevent the TNS listener hanging every couple of hours.
Here are the notes I use.
5 Installing Oracle 7.3.2 5.1 Pre-Installation The Oracle server requires SCO to be configured prior to installation. 5.1.1 Configuring SCO Unix Kernel parametersAs root.
Name Type NewFS # First Block Last Block boot EAFS no 0 0 14999 swap NONFS no 1 15000 76999 root HTFS no 2 77000 691399 u HTFS no 3 4042870 4145269 oracle HTFS yes 4 691400 1715399 NOT USED no 5 - - recover NON FS no 6 4145270 4145279 d1057all WHOLE DISK no 7 0 4149359
Create a mount point and mount the new filesystem.
mkdir /oracle
chmod 777 /oracle
chgrp root /oracle
/etc/mount /dev/oracle /oracle
So that the filesystem is mounted at boot time edit
/etc/default/filesys and add to the end of the file the following:-
bdev=/dev/oracle cdev=/dev/roracle \
mountdir=/oracle mount=yes fstyp=HTFS \ fsck=no fsckflags= rcmount=yes \ rcfsck=no mountflags= 5.1.4 Setting up the Oracle Unix accountAs root invoke
ORACLE_BASE=/oracle/app/oracle ORACLE_HOME=$ORACLE_BASE/product/7.3.2 ORACLE_SID=<oracle sid> ORACLE_TERM=$TERM ORACLE_DOC=$ORACLE_BASE/doc
set -o ignoreeof # don't let control-d logoutEdit .kshrc and add the following lines:- alias ls='ls -C'
Filename Owner Group Mode
/usr/lbin/oraenv oracle dba 644
/usr/lbin/coraenv oracle dba 644
/usr/lbin/dbhome oracle dba 755
/etc/oratab oracle dba 644
/etc/sqlnet oracle dba 644
/etc/tnsnames.ora oracle dba 644
/etc/listener.ora oracle dba 644
Continue with the above settings? (Y/N)
Answer yes.
Say no to ‘Are you installing Oracle through a floppy device? (Y/N)’
After rootpre.sh has completed remove the two files in
$ORACLE_HOME/orainst, otherwise they will create a problem later in
the installation process.
cd $ORACLE_HOME/orainst
rm iconfiles orafiles
And then exit the root sub-shell to become the oracle user again.
5.2.2 Running Oracle Installer
As oracle run the oracle installer program from the cdrom’s orainst
directory in character mode.
cd /cdrom/orainst
./orainst /c
Installation Activity Choice
Select the Installer activity:
(o) Install, Upgrade, or De-Install Software ( ) Create/Upgrade Database Objects ( ) Perfrom Adminstrative Tasks
Select ‘Install, Upgrade, or De-Install Software’.
Installation Options
Select the Installer option:
Install New Product
Add/Upgrade Software
Build Oracle7 Staging Area
Install Documentation Only
De-Install Software
Migrate from Oracle v6 to Oracle7
Select ‘Install New Product’
Installation Options: Home Locator
Complete $ORACLE_HOME location:
/oracle/app/oracle/product/
7.3.2
Select OK
DB Objects
Do you want to create DB objects also?
Select NO
Logging and Status
Confirm (or Change) Log File Location:
If current versions of these log files exist in these locations,they
will be archived and reinitialized. Select Help for moredetails.
Installer Log: /oracle/app/oracle/product/7.3.2/orainst/install.log SQL Log: /oracle/app/oracle/product/7.3.2/orainst/sql.log Makefile Log: /oracle/app/oracle/product/7.3.2/orainst/make.log OS Log: /oracle/app/oracle/product/7.3.2/orainst/os.log
Select OK.
Select OK when the README.FIRST file is shown.
Select OK in the ‘Skip README’ screen.
Select YES in the ‘Pre-Installation OS Preparation’ screen.
Select ‘Install from CD-ROM’ in the ‘Install Source’ screen.
Select ‘American/English’ in the ‘NLS’ screen.
Select ‘No’ in the ‘Relink All Executables?’ screen.
Information
Post-installation steps that need to be run by root willbe written to
/oracle/app/oracle/product/7.3.2/orainst/root.sh.
Select OK.
Select ‘No Products’ in the ‘Online Help Load’ screen.
Select ‘No’ in the ‘UNIX Documentation’ screen.
Select ‘No Products’ in the ‘Product Documentation Library CD-ROM
Install’ screen.
In the Software Asset Manager screen select:-
ORACLE7 Server (RDBMS) 7.3.2.1.0
SQL*Plus 3.3.2.0.0
Select OK for warning about ULIMIT not being set.
Once Oracle Installer has finished, as root remove /bin/ar.
su
rm /bin/ar
5.2.3 Running root.sh
From the oracle account, su to root and run the root.sh from the
$ORACLE_HOME/orainst directory.
cd $ORACLE_HOME/orainst
./root.sh
Running ORACLE7 root.sh script...
The following environment variables are set as:
ORACLE_OWNER= oracle ORACLE_HOME= /oracle/app/oracle/product/7.3.2 ORACLE_SID= <Oracle SID>
5.2.4 Applying Oracle patch for bug 375930 5.2.4 Running PUPBLD.SQL for SQL*Plus
Ben Ryan - VanCity C.U.
Vancouver, B.C.
Canada
Received on Tue Mar 25 1997 - 00:00:00 CST
![]() |
![]() |