I installed and configured OID(10g) and repository name is oidtest on hpux 11.1.

1)Before shutting down the repository

C:\Oracle\ora92\network\ADMIN>tnsping dbtest1

TNS Ping Utility for 32-bit Windows: Version 9.2.0.1.0 - Production on 30-NOV-20
07 16:34:05

Copyright (c) 1997 Oracle Corporation. All rights reserved.

Used parameter files:
c:\oracle\ora92\network\admin\sqlnet.ora

Used LDAP adapter to resolve the alias
Attempting to contact (DESCRIPTION=(ADDRESS_LIST=(address=(protocol=tcp)(host=xx
xxxx.xx.xxx.com)(port=1533)))(CONNECT_DATA=(SID=DBTEST1)(GLOBAL_NAME=DBTEST1.xx
xx.xx.com)))
OK (60 msec)

2)after restarting the repository

C:\Oracle\ora92\network\ADMIN>tnsping dbtest1

TNS Ping Utility for 32-bit Windows: Version 9.2.0.1.0 - Production on 30-NOV-20
07 16:37:24

Copyright (c) 1997 Oracle Corporation. All rights reserved.

Used parameter files:
c:\oracle\ora92\network\admin\sqlnet.ora

TNS-03505: Failed to resolve name

$ ps -ef|grep pmon
oracle 29430 1 0 22:35:23 ? 0:00 ora_pmon_oidtest
oracle 29756 21439 2 22:38:16 pts/2 0:00 grep pmon

$ opmnctl status

Processes in Instance: panther_oid_a.panther.am.kwe.com
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
DSA | DSA | N/A | Down
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | 26840 | Alive
HTTP_Server | HTTP_Server | 26704 | Alive
OID | OID | 26435 | Alive

Any ideas why it can't resolve service name anymore after bouncing the repository?



Thanks