Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Basic LOB Concept
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
![]() |
![]() |