For 10g under Windows this is a known issue.
Use static registration of the instance to the Listener:
For STATIC registration of the Oracle service to the Listener:
Go to the remote 10g installation.
In ...\network\admin open listener.ora
see
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\Ora10g)
(PROGRAM = extproc)
)
(SID_DESC =
(SID_NAME = test)
(ORACLE_HOME = D:\Ora10g)
)
)
Add the entry
(SID_DESC =
(SID_NAME = test)
(ORACLE_HOME = D:\Ora10g)
)
with regard to the particular Oracle Home and SID Name.
Restart the listener:
c:>lsnrctl stop
c:>lsnctl start
Another possibility is error in the connection string
Try to ping the listener:
c:\>tnsping entry_from_tnsnames.ora
Main Topics
Browse All Topics





by: ploubierPosted on 2006-10-25 at 05:23:16ID: 17802641
You have to register the DB with :
set oracle_sid=sibersafe
emca -config dbcontrol db