DBMB_LOB

 

代码
CREATE TABLE view_sites_info     
(
        site_id 
NUMBER(3),
       audio BLOB 
DEFAULT   empty_blob(),
       document CLOB 
DEFAULT   empty_clob(),
       video_file BFILE 
DEFAULT   NULL,
       
CONSTRAINT PK_TAB_view_sites_info PRIMARY KEY (site_id)     
)

 

 

posted @ 2010-01-08 13:21  mop  阅读(659)  评论(0编辑  收藏  举报