Standby Problem in 9i [message #350983] |
Sun, 28 September 2008 14:40  |
dbcop
Messages: 37 Registered: September 2006 Location: india
|
Member |
|
|
Hi,
Purpose: Physical Standby DB creation .
Env: Os :AIX Oracle DB version:9i
In the standby Db init.ora as I know db_name should be the Primary DB name and db_unique_name should be standby DB name.
After changing the parameters I try to start with the new init<sid>.ora
Startup nomount returns Error the parameter db_unique_name is unknown parameter.
I am running oracle9.2.0.8.
Any help is highly appreciated.
Thanks and Regards
|
|
|
Re: Standby Problem in 9i [message #350986 is a reply to message #350983] |
Sun, 28 September 2008 15:56  |
 |
ebrian
Messages: 2794 Registered: April 2006
|
Senior Member |
|
|
db_unique_name doesn't exist for 9i, you can use INSTANCE_NAME. If your standby is on the same node as the primary, then you should use lock_name_space.
|
|
|