ORA-16143: RFS connections not allowed during or after terminal recovery
735967Jul 12 2010 — edited Jul 15 2010Hi All,
I wanted to transfer archive log from primary DB to STANDBY DB throuh given destnination
after creating physically standby database i have put STANDBY database in recovery using given command:- alter database recover managed standby database disconnect from session;
After that when i executed this command :-
alter database recover managed standby database finish;
After this when i tried to recover standby database using given comand :-recover managed standby database.
Getting error like ORA-16143: RFS connections not allowed during or after terminal recovery
I can see this error on primary DB alert log filev
I can open my standby database.
Both Oracle : 10.2.0.4
Both Platform : RHEL 4.7
Please suggest me for this , help is appreciated
Edited by: user1687821 on Jul 12, 2010 8:37 AM