sql >> Database >  >> RDS >> Oracle

Is er een manier om DSRA9010E te omzeilen 'setReadOnly' wordt niet ondersteund op de WebSphere-uitzondering?

Probeer de connection uit te pakken object als volgt:

Context ic = new InitialContext();
DataSource ds = (DataSource)ic.lookup("jdbc/OracleDS");
Connection conn = ds.getConnection();

if (conn.isWrapperFor(oracle.jdbc.OracleConnection.class)) {
     // Returns an object that implements the given interface to
     // allow access to non-standard methods, or standard methods
     // not exposed by the proxy.
     oracle.jdbc.OracleConnection oraCon = conn.unwrap(oracle.jdbc.OracleConnection.class);
     // Do some Oracle-specific work here.
     oraCon.setReadOnly(readOnly);
     ....

}
conn.close(); 

Zie WebSphere Application Server en het JDBC 4.0 Wrapper Pattern



  1. GROUP BY zonder aggregatiefunctie

  2. JSON_DEPTH() – Vind de maximale diepte van een JSON-document in MySQL

  3. MySQL:VEREIST SSL niet weergegeven in subsidies

  4. PostgreSQL:tussen met datetime