Click the Start button in Windows and select the SQL Management Console from the All Programs menu. Enter the following SQL statements in the console window- CREATE TABLE myClobTable (id NUMBERclob_data CLOB), CREATE TABLE myLongTable (id NUMBER long_data LONG) then Click File and Run to update the clob_data CLOB field in the myClobTable database.