When u create a table with a clob col. u can store a pointer into that col by using a a function called empty_clob() in the insert statement and later using the functions of dbms_lob package to insert data to the clob column.