TNS:listener does not currently know of SID given in connect descriptor [message #508390] |
Fri, 20 May 2011 16:36 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/62088ba405c4b4b095b16adca7f785e8?s=64&d=mm&r=g) |
mbkarade
Messages: 3 Registered: May 2011
|
Junior Member |
|
|
Hi all,
I am facing one of the issue while connecting to database
TNS:listener does not currently know of SID given in connect descriptor
Listener.ora
BIRET =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle)(PORT = 1521))
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
)
)
tnsnames.ora
BR =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle.S.COM)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = BR)
)
)
Listener full error
Status Down
Host oracle.S.COM
Port 1521
Name BIRET
Oracle Home E:\oracle\product\10.2.0\db_1
Location E:\oracle\product\10.2.0\db_1\network\admin
Details listener "BIRET" is not running using "E:\oracle\product\10.2.0\db_1\network\admin/listener.ora" file.
It would be helpful ,as i am facing this issue from long time
|
|
|
|
|
|