Important System Requirements Oracle 8i needs Kernel Version 2.2 and glibc, which is included in RedHat Linux 6.2.
Enlightenment Package and JAVA Runtime Environment The enlightenment package and Java Runtime Environment must no more extra downloaded and installed. Create Unix Group «dba» $ groupadd -g 400 dba Create Unix User «oracle» $ useradd -u 400 -c "Oracle Owner" -d
/home/oracle \ Setup Environment ($HOME/.bash_profile) as follows # Setup ORACLE environment Mount the Oracle 8.1.7 CD-ROM Mount the CD-ROM as user root. $ su root Install with Installer Install Oracle 8i with Oracle Installer $ cd /cdrom Start the script root.sh as User «root», make it executable $ su root Edit the Database Startup Script /etc/oratab RAB1:/prod/oracle/8.1.7:Y Create the Database Edit and save the CREATE DATABASE File initRAB1.sql in $ORACLE_HOME/dbs, or create a symbolic-Link from $ORACLE_HOME/dbs to your Location. $ cd $ORACLE_HOME/dbs Check the Logfile ! Create your own DB-Create Script (optional) You can generate your own DB-Create Script using the Tool: $ORACLE_HOME/bin/dbassist. Start Listener $ lsnrctl start LSNRRAB1 Automatically Start / Stop the Database To start the Database automatically on Boot-Time, create or use our Startup Scripts dbora and lsnrora (included in ALL_FILES.tar.gz), which must be installed in /etc/rc.d/init.d. Create symbolic Links from the Startup Directories in /etc/rc.d (e.g. /etc/rc.d/rc2.d). lrwxrwxrwx 1 root root S99dbora -> ../init.d/dbora* Download Scripts for RedHat Linux 6.2 / 7.0 These Scripts can be used as Templates. Please note, that some Parameters like ORACLE_HOME, ORACLE_SID and PATH must be adjusted on your own Environment. Besides this, you should check the initSID.ora Parameters for your Database (Size, Archivelog, ...)
|