Group: Members
Posts: 73
Joined: 22-December 05
Member No.: 3,444
This is oracle 10gR2. I want to implement real time application of redo logs on my physical standby db. i give following command but it failed with ora38500 error. what is wrong here..
SQL> alter database recover managed standby database using current logfile; alter database recover managed standby database using current logfile * ERROR at line 1: ORA-38500: USING CURRENT LOGFILE option not available without stand
Group: Members
Posts: 359
Joined: 18-March 04
Member No.: 57
QUOTE (haider @ Oct 3 2007, 07:11 PM)
This is oracle 10gR2. I want to implement real time application of redo logs on my physical standby db. i give following command but it failed with ora38500 error. what is wrong here.. SQL> alter database recover managed standby database using current logfile; alter database recover managed standby database using current logfile * ERROR at line 1: ORA-38500: USING CURRENT LOGFILE option not available without stand
I think the rest of the error says that you need standby redo logs on the standby database.