Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
Oracle 9.2 Standard Edition - Standby switchover issues

Oracle 9.2 Standard Edition - Standby switchover issues

2005-12-07       - By Luc Demanche

Reply:     1     2     3     4     5     6     7     8     9     10  

Hi,

Oracle 9.2.0.6 Standard Edition
I have issues when I want to switch between my standby and primary database.

I got this error
ARCH: Archiving not possible: No standby destinations
ARCH: Failed to archive log 1 thread 1 sequence 61
ORA-16014 (See ORA-16014.ora-code.com) signalled during: alter database commit to switchover to standby
wi

We are running the Standard Edition so I can't use "log_archive_dest_n ...."

I copy my archive log file with a script and apply them using "recover
automatic standby database".

For another system with Enterprise Edition, I'm using these commands without
any problems:
To switch from Primary to Standby
alter database commit to switchover to physical standby with session
shutdown;
shutdown immediate;
startup nomount;
alter database mount standby database;
alter system set log_archive_dest_state_2=defer scope=both;
alter database recover managed standby database disconnect;

To switch from Standby to Primary
alter database recover managed standby database finish skip standby logfile;
alter database commit to switchover to primary;
shutdown immediate
startup
alter system set log_archive_dest_state_2=enable scope=both;

Question:
What do I need to make it work with the Standard Edition ?

Thanks
Luc
--
Luc Demanche
Oracle DBA
(514) 867-9977

<div>Hi,</div>
<div>&nbsp;</div>
<div>Oracle <a href="http://9.2.0.6">9.2.0.6</a> Standard Edition</div>
<div>I have&nbsp;issues when I want to switch between my standby and primary
database.</div>
<div>&nbsp;</div>
<div>I got this error </div>
<div>ARCH: Archiving not possible: No standby destinations <br>ARCH: Failed to
archive log 1 thread 1 sequence 61 <br>ORA-16014 (See ORA-16014.ora-code.com) signalled during: alter
database commit to switchover to standby wi</div>
<div>&nbsp;</div>
<div>We are running the Standard Edition so I can't use &quot;log_archive_dest
_n ....&quot;</div>
<div>&nbsp;</div>
<div>I copy my archive log file with a script and apply them using &quot
;recover automatic standby database&quot;.</div>
<div>&nbsp;</div>
<div>For another&nbsp;system with Enterprise Edition, I'm using these commands
without any problems:</div>
<div>To switch from Primary to Standby</div>
<div>alter database commit to switchover to physical standby with session
shutdown;<br>shutdown immediate;<br>startup nomount;<br>alter database mount
standby database;<br>alter system set log_archive_dest_state_2=defer scope=both
;
<br>alter database recover managed standby database disconnect;<br>&nbsp;</div>
<div>To switch from Standby to Primary</div>
<div>alter database recover managed standby database finish skip standby
logfile;<br>alter database commit to switchover to primary;<br>shutdown
immediate<br>startup<br>alter system set log_archive_dest_state_2=enable scope
=both;
<br><br clear="all">Question:</div>
<div>What do I need to make it work with the Standard Edition ?</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>Luc<br>-- <br>Luc Demanche<br>Oracle DBA<br>(514) 867-9977 </div>