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

Home -> Community -> Usenet -> c.d.o.misc -> Basic LOB Concept

Basic LOB Concept

From: Ken <ken_at_kk.int>
Date: Wed, 13 Jul 2005 20:54:05 +0800
Message-ID: <42d50ee9$1_1@rain.i-cable.com>


Hi all,

Question regarding the LOB data type. Since, I am also a Java programmer and I 've got use to the concept of 2 object references can reference the same object instance. I am a bit confused and want to know if this concept applies here.

If I INSERT a variable of BLOB type into a row, then it is a POINTER to some stored BLOB data area get inserted. If I insert the same variable a second time, does it means the same pointer value pointing to the same stored LOB data area get inserted - while there is only ONE copy of the LOB data. If this is true, that means 2 different rows of the table are refering to the same stored LOB data area and modification of one row would implicitly modify another row. I dont think that is desirable behaviour of data stored in a table.

Could anyone clarify this.

Thx a lot. Received on Wed Jul 13 2005 - 07:54:05 CDT

Original text of this message

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