Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I use oracle.jdbc.driver.OracleLog?
    text
    copied!<p>I am receiving an error from the Oracle JDBC driver (ojdbc14_g.jar) when trying to obtain a connection to a 10g database. The driver has an oracle.jdbc.driver.OracleLog class which could help but the Oracle documentation is unclear how best to use it. Has anyone had any success using this class? If so, some guidance on its use would be appreciated.</p> <p>For info, the error I'm getting from the JDBC driver is:</p> <pre><code>java.sql.SQLException: No more data to read from socket at oracle.jdbc.driver.DatabaseError.throwSqlException (DatabaseError.java:112) at oracle.jdbc.driver.DatabaseError.throwSqlException (DatabaseError.java:146) at oracle.jdbc.driver.DatabaseError.throwSqlException (DatabaseError.java:208) at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1 (T4CMAREngine.java:1118) at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1 (T4CMAREngine.java:1070) at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOsesskey (T4CTTIoauthenticate.java:266) at oracle.jdbc.driver.T4CConnection.logon (T4CConnection.java:357) at oracle.jdbc.driver.PhysicalConnection.&lt;init&gt; (PhysicalConnection.java:414) at oracle.jdbc.driver.T4CConnection.&lt;init&gt; (T4CConnection.java:165) at oracle.jdbc.driver.T4CDriverExtension.getConnection (T4CDriverExtension.java:35) at oracle.jdbc.driver.OracleDriver.connect (OracleDriver.java:801) at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection (OracleDataSource.java:297) at oracle.jdbc.pool.OracleDataSource.getConnection (OracleDataSource.java:221) at oracle.jdbc.pool.OracleDataSource.getConnection (OracleDataSource.java:165) </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload