Ok people,
I am a reseller and I got another customer with an oracle connection. I am trying to connect to Oracle and I am getting a timeout. I have SQL Plus and this is what I have in my tnsnames.ora file:
BigInt =
(DESCRIPTION =
(ADDRESS= (PROTOCOL=TCP) (HOST=8.10.3.98) (PORT=1521))
(CONNECT_DATA= (SID=jodo) (SERVER=DEDICATED))
)
I am using the username and password like this:
sqlplus username/password@BigInt
then I get:
ERROR:
ORA-12170: TNS:Connect timeout occurred
can I get some help.
What other clients are people using?
I am a reseller and I got another customer with an oracle connection. I am trying to connect to Oracle and I am getting a timeout. I have SQL Plus and this is what I have in my tnsnames.ora file:
BigInt =
(DESCRIPTION =
(ADDRESS= (PROTOCOL=TCP) (HOST=8.10.3.98) (PORT=1521))
(CONNECT_DATA= (SID=jodo) (SERVER=DEDICATED))
)
I am using the username and password like this:
sqlplus username/password@BigInt
then I get:
ERROR:
ORA-12170: TNS:Connect timeout occurred
can I get some help.
What other clients are people using?