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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Q:Table designing issue?

Re: Q:Table designing issue?

From: George Ye <qiangye_at_my-deja.com>
Date: Tue, 14 Nov 2000 01:50:30 GMT
Message-ID: <8uq5p5$v24$1@nnrp1.deja.com>

How about using LONG type to store the data of your structures?

I mean you can create a table which has one LONG type column. LONG type could be as large up to 2GB. You can insert the whole C structure data into this column, just simply as a copy. After you retreive the data from the table, use cast to convert the data into that structure.

Please refer to the manual book of the data type of Oracle.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Nov 13 2000 - 19:50:30 CST

Original text of this message

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