Dear all:
Thanks in advance for help! we are upgrading oracle 11.2.0.4 to 12c (most recent release). However, so far we have a diffculty in get & confirm a complete list of 'all deprecated API' for 12c upgrade; because we need to assess this before proceed to kick-off upgrade.
Our application is written in JAVA. The following API/parameters are recommended by others for assessment upgrade 12c impact:
OraclePreparedStatement.setExecuteBatch() |
OraclePreparedStatement.getExecuteBatch() |
OracleCallableStatement.setExecuteBatch() |
getEndToEndMetrics |
getEndToEndECIDSequenceNumber |
setEndToEndMetrics |
setApplicationContext |
clearAllApplicationContext |
Basically, which area we should look into: JDBC, Universal Connection Pool, webLogic server, or Oracle ODBC driver? to ensure application continuity after upgrade to 12c? I get this note today but it is for 'Java ALL API': https://docs.oracle.com/database/121/JAJDB/deprecated-list.html
Is there any metalinke Note you can refer to check? I'll check with application team about their code writting.
thank you very much!