We've been running oracle 9i on a linux box and connecting to it through our app servers on our PCs. The listener seemed fin on the linux box. Now we're trying to get the app server (Jboss) running on the linux bos as well. BUt we get the following error:
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
If the listener worked when we accessed the db remotely, what's preventing us from connecting locally (using the same jdbc connection string?
thanks
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
If the listener worked when we accessed the db remotely, what's preventing us from connecting locally (using the same jdbc connection string?
thanks