Hi,
I am running SQL Developer 4.02 on MacOS (Java 1.7), and I am unable to edit Views. The editing module crashes with the following error message:
java.lang.NoSuchMethodError: oracle.jdbc.driver.OracleConnection.getCurrentSchema()Ljava/lang/String;
The ojdbc6.jar shipped with SQLDeveloper 4 contains this method, but it's not under "driver". The method is at oracle.jdbc.OracleConnection.getCurrentSchema(). I even tried to fix the jar file, but it seems like the program does not use the JDBC jar file shipped with it in the ~sqldeveloper/jdbc/lib/ directory. I have no other ojdbc*.jar on the computer. I even removed the ojdbc driver from the computer, and SQL Developer was still able to run and connect to the database. Does anyone know how to fix this problem?
Thanks.