currently i have developed a C# application that makes ready structured variables holding binary values to be written into oracle database. The values to be inserted are different. some of them are as small as 1bit, 2bits, 3bit ....8bit, 2bytes,
and the others are as large as 8,000 bytes and some may be 4Gigs larger.
what data types should I use to store these values in my oracle10g database tables. Considering all the values are to be used by many users and are most of the time in the cache memory because they are overused every day.
thank you all.
and the others are as large as 8,000 bytes and some may be 4Gigs larger.
what data types should I use to store these values in my oracle10g database tables. Considering all the values are to be used by many users and are most of the time in the cache memory because they are overused every day.
thank you all.
Comment