8.1.7 on mandrake 8.2
Hi,
Sorry about the last post, browser refreshed for some reason.
I'm trying to install Oracle 8.1.7 on Mandrake 8.2.
Logged in as root.
Java
------
I have installed JRE1.1.8 v3 in /usr/localjre118_v3/
I have installed JDK1.1.8 v3 in /usr/local/jdk118_v3
I have placed a symlink in /usr/local
20 Oct 7 11:36 jre -> /usr/local/jre118_v3/
Oracle Users/Group
-------------------
I have created
groupadd oinstall
groupadd dba
groupadd oper
useradd oracle -g oinstall -G dba,oper
FileSystem
-----------
mkdir /u01
mkdir /u02
mkdir /u03
mkdir /u04
FileSystem Permissions
----------------------
chown oracle.dba /u01
chown oracle.dba /u02
chown oracle.dba /u03
chown oracle.dba /u04
chmod 775 /u01
chmod 775 /u02
chmod 775 /u03
chmod 775 /u04
Log out
Logged in as oracle
Verified that umask was 022
Edited the .bash_profile file
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=/u01/app/oracle/product/8.1.7; export ORACLE_HOME
ORACLE_SID=ora1; export ORACLE_SID
PATH=$PATH:/u01/app/oracle/product/8.1.7/bin; export PATH
CLASSPATH=.:/u01/app/oracle/product/8.1.7/jdbc/lib/classes111.zip; export CLASSPATH
LD_LIBRARY_PATH=/u01/app/oracle/product/8.1.7/lib; export LD_LIBRARY_PATH
ORA_NLS33=/u01/app/oracle/product/8.1.7/ocommon/nls/admin/data; export ORA_NLS33
NLS_LANG=american; export NLS_LANG
I also put in these environment setting for JRE
# Java Stuff Goes Here
#
export JAVA_HOME=/usr/local/jre
export PATH=$JAVA_HOME/bin:$PATH
Log out.
Log back in with oracle account to make sure the .bask_profile changes kick in.
I then go
cd /home/oracle/oracle/Disk1
I start the installer
./runInstaller
I get the error "bash: ./runInstaller: bad interpreter: Permission denied".
If I try
sh ./runInstaller
I get the error
: command not found
': not a valid identifierRCHOME
: command not found
': not a valid identifierHLIB_PATH
: command not found
: command not found
./runInstaller: line 42: syntax error: unexpected end of file
Can anyone shed any light on this. Any help would be really appreciated.
Rgds,
Maeve