Unable to connect to database using iAS 10g (9.0.4)
692621Jun 3 2009 — edited Jun 15 2009After installing iAS 10g (9.0.4) (as per customer request) and updating tnsnames.ora file with following entry:
VIS =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(Host = ZEUS.OLYMPUS.com)(Port = 1522))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = VIS)
)
)
I can not connect to the database.
Trying to do an tnsping I get the following message:
Message 3511 not found; No message file for product=network, facility=TNSMessage 3512 not found; No message file for product=network, facility=TNSAttempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(Host = ZEUS.OLYMPUS.com)(Port = 1522)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = VIS)))
Message 3509 not found; No message file for product=network, facility=TNS
BTW an ias10g ( 10.1.0.4.2 ) do not have the same issue, customer required to use first (9.0.4) before the later version.
No solutions provided on metalink resolve this issue.
does any one have any idea how to resolve this?