i'm tryint to tnsping a oracle DB but I get the following error
Used parameter files:
C:\oracle\ora92\network\admin\sqlnet.ora
TNS-03505: Failed to resolve name
I'm not sure what I should put in the sqlnet.ora file
Can someone give me a simple example? Am I forgeting anything else?
This is what I have in my tnsnames.ora file if it matters...
DJAM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = DJAM.com)(PORT = 1521))
)
(CONNECT_DATA =
(SID = ABCD)
)
)
" ahhh computers, how they made our lives much simpler
"
Used parameter files:
C:\oracle\ora92\network\admin\sqlnet.ora
TNS-03505: Failed to resolve name
I'm not sure what I should put in the sqlnet.ora file
Can someone give me a simple example? Am I forgeting anything else?
This is what I have in my tnsnames.ora file if it matters...
DJAM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = DJAM.com)(PORT = 1521))
)
(CONNECT_DATA =
(SID = ABCD)
)
)
" ahhh computers, how they made our lives much simpler