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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: CLOB

RE: CLOB

From: John Kanagaraj <john.kanagaraj_at_hds.com>
Date: Wed, 24 Sep 2003 15:34:53 -0800
Message-ID: <F001.005D0F63.20030924153453@fatcity.com>


Tanel/Original poster,

Let me add one more issue about LOBs - My understanding is that rollback information for LOB changes is allocated from the LOB segment itself, and not from system UNDO or RBS. This is controlled by the PCTVERSION parameter - read more about it in the Concepts and SQL Reference manuals... The offshoot is that the space consumed by LOBs will increase when there are updates, depending on PCTVERSION.

John Kanagaraj
DB Soft Inc
Phone: 408-970-7002 (W)

Disappointment is inevitable, but Discouragement is optional!

>-----Original Message-----
>From: Tanel Poder [mailto:tanel.poder.003_at_mail.ee]
>Sent: Tuesday, September 23, 2003 7:25 PM
>To: Multiple recipients of list ORACLE-L
>Subject: Re: CLOB
>
>
>Ah, I forgot one important issue about LOB performance -> if
>you select a
>varchar or long, the data in those is returned to client
>instantly, but if
>you select a LOB, then only a pointer (locator) is returned
>and it's up to
>client whether it sends a reading request to server to get
>actual contents
>of LOB. This means additional sqlnet roundtrips for each LOB item.
>
>Tanel.
>
>----- Original Message -----
>To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
>Sent: Wednesday, September 24, 2003 5:04 AM
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: John Kanagaraj
  INET: john.kanagaraj_at_hds.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Sep 24 2003 - 18:34:53 CDT

Original text of this message

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