INSERT INTO reports (doc_no, author, title, abstract)
VALUES(
1,
'C.J. Date',
'Introduction to Database Systems',
FileToCLOB ('/local0/excal/dbms.txt', 'client')
);
也可以使用 LOCopy() 智能大对象函数通过数据库内某个 CLOB 列中的数据来填充另一个 CLOB 列。