I am using the plugin to connect to Oracle DB.
The connection is established, I can execute queries but I have the following problems:
1) The DB objects tree under the connection never appears.
2) I cannot see anything like the screenshot provided on the site: no table name completion, no table editing...
2) Keyboard shortcuts do not work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have tried this as well using the "Polished Release" and I am experiencing the same problems as Haralampi. I am trying to see if this is possibly a permissions problem on the Oracle side. If you guys find anything else, please let me know as I would very much like for this to work properly. BTW, I am using Oracle 8i (8.1.7).
Regards,
Mitch
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using the plugin to connect to Oracle DB.
The connection is established, I can execute queries but I have the following problems:
1) The DB objects tree under the connection never appears.
2) I cannot see anything like the screenshot provided on the site: no table name completion, no table editing...
2) Keyboard shortcuts do not work.
I get the same thing, so it's not just you.
It may be that the screen shots are from the CVS latest, or that the plug-in works differently for different databases.
I have not tested with Oracle. Try the "Polished Release" though, there are many fixes and it works with mysql, mssql, postgres and sybase.
I have tried this as well using the "Polished Release" and I am experiencing the same problems as Haralampi. I am trying to see if this is possibly a permissions problem on the Oracle side. If you guys find anything else, please let me know as I would very much like for this to work properly. BTW, I am using Oracle 8i (8.1.7).
Regards,
Mitch
I'm running Oracle 9.2.x on my local NT box and I'm using an ID that has been granted the following:
GRANT ALL PRIVILEGES, CONNECT, RESOURCE, XDBADMIN, OEM_MONITOR, AQ_USER_ROLE, HS_ADMIN_ROLE, AUTHENTICATEDUSER, EXP_FULL_DATABASE, IMP_FULL_DATABASE, DELETE_CATALOG_ROLE, SELECT_CATALOG_ROLE, EXECUTE_CATALOG_ROLE, AQ_ADMINISTRATOR_ROLE, LOGSTDBY_ADMINISTRATOR, RECOVERY_CATALOG_OWNER, GATHER_SYSTEM_STATISTICS TO qadmin WITH ADMIN OPTION;
And I still have the same issues as everybody else where I can't see anything under the connection.