I can connect to Oracle using the OCI driver. The Database structure lists the all the schemas, but as soon as I try to expand any of the schemas Eclipse closes with no error messages. This also happens if I try to execute a simple SELECT against any of the tables in any of the schemas.
Help, I have a deployment on Sunday and need this to work!
Is there at least a logging feature I can turn on so that I can at least capture any error information before it crashes so I can troubleshoot what is going on?
Thanks in advance for any help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can check the eclipse error log which is in the workspace directory in .metadata/.log.
If you are using the SQLExplorer standalone application the error log is in the programm directory under workspace/.metadata/.log
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can connect to Oracle using the OCI driver. The Database structure lists the all the schemas, but as soon as I try to expand any of the schemas Eclipse closes with no error messages. This also happens if I try to execute a simple SELECT against any of the tables in any of the schemas.
Help, I have a deployment on Sunday and need this to work!
Is there at least a logging feature I can turn on so that I can at least capture any error information before it crashes so I can troubleshoot what is going on?
Thanks in advance for any help.
You can check the eclipse error log which is in the workspace directory in .metadata/.log.
If you are using the SQLExplorer standalone application the error log is in the programm directory under workspace/.metadata/.log