Database 12c: Outlines are Deprecated in JDBC or SQLJ?

My colleague has tested on his blog whether Stored Outlines under 12c still work. The answer? YES. But the Oracle documentation shows the Stored Outlines in conjunction with JDBC and SQLJ will no longer be supported. Because many applications use Weblogic or Tomcat to connect to the database this may a significant limitation. I have…

12c New Feature: Datapump enhancements

Also Datapump has some new interesting New Feature which are usefull for tranporting your data. Creating SecureFile LOBs During Import You can now specify the LOB Storage during import Command line example: impdp scott/tiger DIRECTORY=dpump1 DUMPFILE=export.dmp LOB_STORAGE:SECUREFILE Compressing Tables During Import You can now specify a Compression method during import Command line example: impdp scott/tiger…