Hi, im using the sql developer for Mac OS X version 10.4.8 on my imac at work.
The problem is the sql developer is working fine (either the .app file or sh sqldeveloper from the zip archive) however after creating a connectionwhen I attempt to connect I get the error:
oracle.jdeveloper.cm.CMException: java.lang.NoSuchMethodError: oracle.jdbc.OracleConnection.getSessionTimeZone()Ljava/lang/String;
at oracle.jdevimpl.cm.dt.browser.jdbc.JdbcBrowser.openConnectionBrowser(JdbcBrowser.java:243)
at oracle.jdeveloper.cm.dt.ConnectionNode$NodeOpen.doWork(ConnectionNode.java:457)
at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:159)
at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:553)
at java.lang.Thread.run(Thread.java:613)
When i test the connection it returns success.. but when i connect it pops up this error msg.. i read it up on google tht this is a prob with some old jdbc files.. but cldnt figure out wht exactly to do to solve this prob.
Any help wld b appreciated!.