Home > Archive > Other Oracle database topics > June 2005 > Concepts of LOB









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Concepts of LOB
alex

2005-06-29, 3:23 am

I am new to using LOB data types. Could anyone double confirm if my
understanding of the basic concept is correct.

1. When I declare a variable of CLOB type and init it with empty_clob(),
only a locator is declare. There is no physical storage area allocated.

2. But when I insert that variable into a table's column, some physical
storage in the disk is allocated **implicitly**.

3. Alternatively, after declaring a variable of CLOB type, I can refer to
some physical disk storage area without having to insert the locator into a
table by using DBMS_LOB.CREATETEMPORARY() which will create a temporary
storage area.

Am I correct?


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com