installing [message #97161] |
Sat, 29 December 2001 23:30 |
Mike Mikkers
Messages: 1 Registered: December 2001
|
Junior Member |
|
|
Iam installing oracle 8.1.6 ENterprise edition on
suse linux 7.3 The installation was going well until
the Database Configuration Assistant portion.I
received an error database cannot connect.
I tried to connect with sqlplus and recived error
ora3114 tried to start manually but Iam still
receiving error
SQL> STARTUP OPEN
PFILE=$ORACLE_HOME/dbs/initoralin.ora
LRM-00109: could not open parameter file
'/opt/oracle/product/8.1.6/dbs/initoralin.ora'
ORA-01078: failure in processing system parameters
SQL> STARTUP OPEN PFILE=$ORACLE_HOME/dbs/initoral.ora
ORA-24323: value not allowed
ORA-24323: value not allowed
ORA-03113: end-of-file on communication channel
Thanks!!
----------------------------------------------------------------------
|
|
|
Re: installing [message #97174 is a reply to message #97161] |
Fri, 04 January 2002 08:46 |
David Smelker
Messages: 2 Registered: January 2002
|
Junior Member |
|
|
Find where the init file is located it should be in $ORACLE_HOME/dbs. The init file will be named init$SID.ora where $SID is the name of database. Once you have found it issue the following command startup pfile=$ORACLE_HOME/dbs/init$SID.ora. If this fails check the init file for invalid parameters.
----------------------------------------------------------------------
|
|
|