Celoxis JDBC Probe is a java program that helps understanding of connection issues with your database server.
...
Info |
---|
This test needs to be run from the server where Celoxis will be installed; NOT on the database server. |
Usage
...
- Unzip the jdbc-probe.zip file. It should create a folder with the file JDBCProbe.class in it.
- Open a command prompt and cd to the folder that contains the JDBCProbe.class file.
On Microsoft Windows run the program (substituting values according to your configuration) as:
Code Block java -cp .;drivers/* JDBCProbe product=oracle name=celoxis user=tim password=fox host=localhost
On Linux or Mac OS run the program (substituting values according to your confiuration) as:Code Block java -cp '.:drivers/*' JDBCProbe product=oracle name=celoxis user=tim password=fox host=localhost
...
Understanding the Error Messages
Common errors for Oracle
ERROR MESSAGE | POSSIBLE CAUSES |
---|---|
The Network Adapter could not establish the connection |
|
Invalid username/password; logon denied | Username or password is incorrect |
Connection refused(DESCRIPTION=(TMP=) (VSNNUM=153092352)(ERR=12505) (ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4)))) |
|
...