Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Install of Oracle 805 on red hat 6.1

Install of Oracle 805 on red hat 6.1

From: Samuel Adams <scadams_at_NOSPAM.earthlink.net>
Date: Tue, 22 Feb 2000 10:27:13 GMT
Message-ID: <MPG.131c2d904cf2fc509896a0@news.earthlink.net>


I am following the following procedures and am getting an error "plus.vrf file not found" any suggestions?

  1. Login as root. Open terminal.
  2. Use LinuxConf and create group dba. With directory /usr
  3. Use LinuxConf and create user oracle. Put oracle in group dba. Use Bourne shell "/bin/sh". SID = ctf. Pwd = oraclehoasc. Grant all privalages in General System Content
  4. Create db 'mount points' directory /usr/u02. Run "chown oracle
    /usr/u02", "chgrp dba /usr/u02".
  5. Create user directory /usr/local/bin. Run "chown oracle
    /usr/local/bin", "chgrp dba /usr/local/bin"
  6. su oracle
  7. Create directory "/usr/oracle/cdrom". Copy both tar balls into it. (Oracle8051EE_Intell.tgz and glibcpath.tgz) Make their owners Oracle with "chown oracle filename". Un-tar them with "tar zxvf filename".
  8. sh root. Run patch. Su oracle.
  9. Run "ORACLE_OWNER=oracle, export"
  10. Run "/usr/oracle/cdrom/orainst/oratab.sh"
  11. su oracle
  12. Ck umask if not 022 add umask 022 to .profile.
  13. Use gedit to create /usr/oracle/.profile. Add all to
    /usr/oracle/.bash_profile.
    ORACLE_HOME=/usr/oracle export ORACLE_HOME LD_LIBRARY_PATH=$ORACLE_HOME/lib export LD_LIBRARY_PATH ORACLE_BASE=/usr/oracle export ORACLE_BASE ORACLE_SID=ctf export ORACLE_SID ORACLE_TERM=vt100 export ORACLE_TERM path=$PATH:$ORACLE_HOME:/bin:/usr/bin:usr/local/bin:. TMPDIR=/var/tmp export TMPDIR ORACLE_OWNER=oracle export ORACLE_OWNER
  14. re boot. Login as oracle.
  15. Run "/usr/oracle/cdrom/orainst/orainst".c Select "Custom" and "do not create database" It gives me a message about ULIMIT not being set then goes on till the plus.vrf error.

Any help would be appreciated, thanks

Samuel Adams Received on Tue Feb 22 2000 - 04:27:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US