Friday, 25 May 2012

What is the difference between LOB objects stored in-line and out-of-line? | PL SQL

 The LOB objects can be stored in-line or out-of-line. The in-line storage means that objects are stored along with the row; whereas, the out-of-line storage means that objects are stored outside the row.