This chapter provides tutorial notes on CLOB (Character Large Object) data types, TEXT, with Oracle JDBC Driver. Topics include creating tables to store CLOB values in Oracle server; inserting CLOB values with direct SQL INSERT statements, or PreparedStatement with setString(), setCharacterStream() or setClob() methods; retrieving CLOB values from ResultSet with getString(), getCharacterStream() or getClob() method.