Create LOB

http://otndnld.oracle.co.jp/document/products/oracle10g/102/doc_cd/appdev.102/B19247-01/toc.htm

CREATE TABLE "ZQ"."LOB01" ( "TID" NUMBER, "TNAME" VARCHAR2(50), "TLOB" CLOB) TABLESPACE "OLTP" LOB ("TLOB") STORE AS ( TABLESPACE "OLTP" CHUNK 8K PCTVERSION 10 NOCACHE NOLOGGING )
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License