Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

standby databases

Status
Not open for further replies.

joeythelips

IS-IT--Management
Aug 1, 2001
305
IE
Hi,

i am running the following script on my HP-UX server
connect / as sysdba
spool /u01/backup/ROIMOP/logs/recoverstdby.log
startup nomount
alter database mount standby database;
alter database recover automatic standby database;
shutdown immediate;
spool off
exit
, but keep getting the message below when i run it:



oracle /u01/backup/ROIMOP/logs ISCUST$more recoverstdby.log

ORA-24323: value not allowed
ORA-03113: end-of-file on communication channel
alter database mount standby database
*
ERROR at line 1:
ORA-03114: not connected to ORACLE


alter database recover automatic standby database
*
ERROR at line 1:
ORA-03114: not connected to ORACLE


ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
HP-UX Error: 2: No such file or directory

can someone help please? is it a parameter issue, or perhaps a problem with the tnsnames or listener file

Thanks

Joe
 
ORA-24323: value not allowed

You have an invalid parameter value in your init.ora


----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top