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 -> Problems installing 8.1.6 on Redhat 8.0

Problems installing 8.1.6 on Redhat 8.0

From: Lance Rathbone <l.rathbone_at_imb.uq.edu.au>
Date: Thu, 24 Oct 2002 13:12:48 +1000
Message-ID: <3DB76530.4070400@imb.uq.edu.au>


Hi - has anyone managed to get 8.1.6 running on Redhat 8.0?

My experience has been:

To get OUI running I had to set LD_ASSUME_KERNEL=2.2.5 It then runs through the installation until it tries to build a starter database. Then it gives an ora-12547 TNS: lost contact. OK - I let the installation finish and then use dbassist - however same error (ora-12547).

This seems to be telling me I running short of resources. It is an Intel Pentium III 800Mhz with 512 MB RAM

sysctl gives
...

kernel.sem = 250 32767 250 256
kernel.shmmni = 4096
kernel.shmall = 268435456
kernel.shmmax = 268435456

...

The environment variables I have been using.

ORACLE_BASE=/opt/oracle
ORACLE_HOME=$ORACLE_BASE/product/8.1.6
ORACLE_SID=testdata

PATH=$PATH:$HOME/bin:/etc:$ORACLE_HOME/bin:/usr/local/bin: LD_ASSUME_KERNEL=2.2.5
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib CLASSPATH=$CLASSPATH:$ORACLE_HOME/JRE/:$ORACLE_HOME/jlib:$ORACLE_HOME/product/jlib

Has anyone had any success with this configuration? - if so, how?

seed.log is produced when trying to create starter db:

ORA-12547: TNS:lost contact
LCC-00161: Message 161 not found; product=SVRMGR; facility=MGR

ORA-12547: TNS:lost contact
create controlfile reuse set database "imbdata"
*

ORA-03114: not connected to ORACLE
alter database "imbdata" open resetlogs
*

ORA-03114: not connected to ORACLE
alter system enable restricted session
*

ORA-03114: not connected to ORACLE
alter database "imbdata" character set US7ASCII
*

ORA-03114: not connected to ORACLE
alter database "imbdata" national character set US7ASCII
*

ORA-03114: not connected to ORACLE
alter database rename global_name to "imbdata.imb.uq.edu.au"
*

ORA-03114: not connected to ORACLE
ORA-12547: TNS:lost contact

Thanks for any help
Lance Received on Wed Oct 23 2002 - 22:12:48 CDT

Original text of this message

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