Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> blob field and FORMS6i

blob field and FORMS6i

From: Bunyamin K. Karadeniz <bunyamink_at_havelsan.com.tr>
Date: Mon, 20 Aug 2001 04:46:14 -0700
Message-ID: <F001.00370964.20010820045026@fatcity.com>

I want to insert into a table and open a pdf and word document. here is the table  create script . And I do a FORM  and assign the blob field  as OLE Conteiner and the problems start. And I can not do that . 
 

How do you do that ? Any idea please? Anyone did something like this????
Thank you 
 

create table internal_graphics ( 
graphic_id number,  graphic_desc varchar2(30),  graphic_blob blob,  graphic_type VARCHAR2(4))    lob (graphic_blob) store as glob_store (tablespace ts_uyap_arsiv_data storage (initial 100k next 100k pctincrease 0)    chunk 4    pctversion 10   INDEX glob_index
(tablespace  ts_uyap_arsiv_indx ))TABLESPACE ts_uyap_arsiv_data storage (initial 1m next 1m pctincrease 0);  Received on Mon Aug 20 2001 - 06:46:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US