0 votes
in PL/SQL by
Explain what Is The Difference Between Lob Objects Stored In-line And Out-of-line?

1 Answer

0 votes
by

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.

...