| Author |
Network adapter couldn't establish connection with the database
|
Arun Somasundaram
Ranch Hand
Joined: Jul 25, 2006
Posts: 63
|
|
Hi,
I have encountered the below mentioned Exception when I try to run the following code.Here the server is running in a remote system:
SQLException : IO exception network adapter couldn't establish connection with the database
What can be done to resolve this problem?
|
Arun.V.Somasundaram
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
Hi Arun,
Your connection string is jdbc:oracle:thin:@orcl:1526:orcl","scott","tiger
Is this correct according to Oracle specs?
is "orcl" the name of the database server?
Can you ping "orcl"?
Regards, Jan
|
OCUP UML fundamental
ITIL foundation
|
 |
 |
|
|
subject: Network adapter couldn't establish connection with the database
|
|
|