LISTENER BLOCKED the instance during nomount state [message #663841] |
Wed, 21 June 2017 06:08 |
|
arin.oradba
Messages: 33 Registered: January 2016 Location: Kolkata
|
Member |
|
|
My requirement:
Listener should be READY in nomount state.
I want to create oracle data guard .
All the configuration I have completed.
$ rman TARGET sys/oracle@ORDB AUXILIARY sys/oracle@ORDBSTD
Recovery Manager: Release 11.2.0.4.0 - Production on Wed Jun 21 16:05:24 2017
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database: ORDB (DBID=537097026)
connected to auxiliary database: ORDBSTD (DBID=537905435, not open)
Now ORDBSTD database is in mount state.
so listener status is shown READY
Instance "ORDBSTD", status READY, has 1 handler(s) for this service...
But when ORDBSTD database is in nomount state, listener blocked the instances.
Instance "ORDBSTD", status BLOCKED, has 1 handler(s) for this service...
I am giving the following information for your convenince.
Listener.ora
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = ordb01.magma.co.in)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1/)
(SID_NAME = ORDBSTD)
(UR=A)
(GLOBAL_DBNAME = ORDBS)
)
)
tnsname.ora
ORDBSTD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 182.100.4.204)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ORDBSTD)
(UR=A)
)
)
ORACLE_SID=ORDBSTD
DB_NAME=ORDBS
GLOBAL_NAME=ORDBS
Please help me to solve the problem.
|
|
|
|
|
Re: LISTENER BLOCKED the instance during nomount state [message #663852 is a reply to message #663849] |
Wed, 21 June 2017 07:18 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
You really need to do some reading if you think that primary and standby can have different DB names. You are also mistaken if you think that your auxiliary is in nomount mode. It isn't. How do I know? Because RMAN is reporting its DBID. The DBID is stored in the controlfile, you know. That database is mounted.
It seems that you have not read the Data Guard docs. Better do that before you waste more time.
|
|
|
Re: LISTENER BLOCKED the instance during nomount state [message #663874 is a reply to message #663852] |
Thu, 22 June 2017 06:40 |
|
arin.oradba
Messages: 33 Registered: January 2016 Location: Kolkata
|
Member |
|
|
Yes sir , I know that database is mounted. But During my testing period, it was in nomount state. Later when it fails due to listener blocked the instance,I will bring the database in mount state.
Sorry I mean db_unique_name, not db name.
I have include later UR=A in both listener.ora and tnsnames.ora one by one for research purpose.but it has no effect.
Now I have excluded UR=A from both file.
please help me regarding the problem.
LISTENER BLOCKED the instance during nomount state.
Thank you for your co-operation sir.
[Updated on: Thu, 22 June 2017 06:44] Report message to a moderator
|
|
|
|
|
|
|
|