joeythelips
IS-IT--Management
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
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