Hey Guys,
I've had a working Oracle RAC 10.2.0.4 Data Guard but after Switch over to standby, archive logs are not shipping to the new standby!
What I get on the new primary alert.log:
Sat Jun 22 11:28:36 2013
Errors in file /u01/app/oracle/admin/drdb/bdump/drdb1_arc2_18183.trc:
ORA-16055: FAL request rejected
ARCH: FAL archive failed. Archiver continuing
Sat Jun 22 11:28:36 2013
ORACLE Instance drdb1 - Archival Error. Archiver continuing.
The drdb1_arc2_18183.trc trace file:
*** 2013-06-22 11:28:36.571
RFS network connection lost at host 'prdb'
Error 3135 writing standby archive log file at host 'prdb'
*** 2013-06-22 11:28:36.572 62692 kcrr.c
ARC2: Attempting destination LOG_ARCHIVE_DEST_2 network reconnect (3135)
*** 2013-06-22 11:28:36.572 62692 kcrr.c
ARC2: Destination LOG_ARCHIVE_DEST_2 network reconnect abandoned
ORA-03135: connection lost contact
*** 2013-06-22 11:28:36.572 60970 kcrr.c
kcrrfail: dest:2 err:3135 force:0 blast:1
kcrrwkx: unknown error:3135
ORA-16055: FAL request rejected
ARCH: Connecting to console port...
ARCH: Connecting to console port...
Redo shipping client performing standby login
*** 2013-06-22 11:28:36.755 66535 kcrr.c
Logged on to standby successfully
Client logon and security negotiation successful!
ABC: tkrsf_al_read: No mirror copies to re-read data
What I get on new standby:
Sat Jun 22 11:15:25 2013
FAL[client]: Failed to request gap sequence
GAP - thread 1 sequence 2093-2103
DBID 1125477741 branch 741121008
FAL[client]: All defined FAL servers have been attempted.
-------------------------------------------------------------
Check that the CONTROL_FILE_RECORD_KEEP_TIME initialization
parameter is defined to a value that is sufficiently large
enough to maintain adequate log switch information to resolve
archivelog gaps.
-------------------------------------------------------------
.
.
.
Sat Jun 22 11:28:36 2013
Redo Shipping Client Connected as PUBLIC
-- Connected User is Valid
RFS[6]: Assigned to RFS process 17190
RFS[6]: Identified database type as 'physical standby'
Sat Jun 22 11:28:54 2013
WARNING: inbound connection timed out (ORA-3136)
Sat Jun 22 11:29:02 2013
WARNING: inbound connection timed out (ORA-3136)
Sat Jun 22 11:29:06 2013
WARNING: inbound connection timed out (ORA-3136)
Sat Jun 22 11:29:18 2013
WARNING: inbound connection timed out (ORA-3136)
Sat Jun 22 11:29:19 2013
WARNING: inbound connection timed out (ORA-3136)
Sat Jun 22 11:29:36 2013
WARNING: inbound connection timed out (ORA-3136)
Any ideas are highly appreciated!