I am following the following procedures and am getting an error "plus.vrf
file not found" any suggestions?
- Login as root. Open terminal.
- Use LinuxConf and create group dba. With directory /usr
- 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
- Create db 'mount points' directory /usr/u02. Run "chown oracle
/usr/u02", "chgrp dba /usr/u02".
- Create user directory /usr/local/bin. Run "chown oracle
/usr/local/bin", "chgrp dba /usr/local/bin"
- su oracle
- 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".
- sh root. Run patch. Su oracle.
- Run "ORACLE_OWNER=oracle, export"
- Run "/usr/oracle/cdrom/orainst/oratab.sh"
- su oracle
- Ck umask if not 022 add umask 022 to .profile.
- 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
- re boot. Login as oracle.
- 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