Search notes:

Java package: oracle.sql

Starting from Oracle Database 12c Release 1 (12.1), the oracle.sql.BLOB and oracle.sql.CLOB classes are deprecated and replaced with the oracle.jdbc.OracleBlob and oracle.jdbc.OracleClob interfaces.

oracle.sql.BFILE

oracle.sql.BFILE is an Oracle extension, without a corresponding java.sql interface.

See also

java.sql and oracle.jdbc.driver.

Links

MOS Note 1364193.1: New Jdbc Interfaces for Oracle types

Index