Error Missing class: oracle.dms.instrument.ExecutionContextForJDBCDependen
642839Jun 3 2008 — edited Jul 1 2009I downloaded Oracle SQL Developer 1.5 for Windows from the Oracle website and installed it on my computer. This zip file includes the JDK1.5.0_06. Then I ran Help | Check For Updates. This installed JTDS JDBC Driver 11.1.1.5304 and MySQL JDBC Driver 11.1.1.5304. I am trying to create a new database connection. Below are my settings.
Connection Name = TEST
Username = <the schema name>
Password = <the password>
Save Password = unchecked
Role = default
Connection Type = TNS
OS Authentication = unchecked
Proxy Connection = unchecked
Network Alias = <alias from tnsnames.ora>
When I click the [Connect] button I get the following message:
Status : Failure - Test failed: Missing class: oracle.dms.instrument.ExecutionContextForJDBCDependent class: oracle.jdbc.driver.Physica...
Any help on resolving this would be greatly appreciated.
Thank you.