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: LOB tablespace

Re: LOB tablespace

From: Tanel Poder <tanel.poder.003_at_mail.ee>
Date: Mon, 28 Jul 2003 15:29:24 -0800
Message-ID: <F001.005C7864.20030728152924@fatcity.com>


When storing lot's of LOBs id worry about:

So, there are lots of combinations.... For example if you don't have hardware write cache, the LOB direct writes might become bottleneck. And if you disable logging, you lose the ability to recover from media failure. If you use CACHE, there used to be problems with buffer cache. In 9i the alghoritms might have changed of course, but in 9i, there's additional nice feature: multiple block sizes and buffer pools - you can just keep your data in normal 8k block tablespaces, and LOBs in 16 or 32k block tablespaces.

Tanel.

  Jared

  This is not the case. I had imported a 150 Gig table containing LONG RAW column to BLOB with simple Export /Import sometime back last year and the only thing is that the column name given to BLOB column is same. This is export import from 81.7.3 non -partitioned table to 8.1.7.3 partitioned table

  Indy Johal

       Jared.Still_at_radisys.com 
        Sent by: ml-errors_at_fatcity.com 
        07/28/03 06:34 PM 
        Please respond to ORACLE-L 

               
                To:        Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> 
                cc:         
                Subject:        Re: LOB tablespace 



  You won't be storing LOB's, you will be storing LONG's.

  Oracle does not automatically convert LONG to LOB for you.

  You will have to do that yourself ( check on MetaLink ) after   you import the data.

  Assuming that your new database will be using LMT's ( locally   managed tablespaces ) I would think just set PCTFREE and   PCTUSED to whatever you were using previously.

  HTH   Jared

  "Ehresmann, David" <David.Ehresmann_at_ps.net>   Sent by: ml-errors_at_fatcity.com
  07/28/2003 03:09 PM
  Please respond to ORACLE-L

         To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
         cc: 
         Subject:        LOB tablespace


  I am going to import an Oracle 7 database into an Oracle 8.1.7.0.0   instance
  that I am going to make. I have 31 tables of which 11 hold LONG and/or   LONG
  RAW column datatypes. What storage clause should I put on the tablespace   to
  hold the LOBs most efficiently?

  thanks,

  David Ehresmann.

  --
  Please see the official ORACLE-L FAQ: http://www.orafaq.net   --
  Author: Ehresmann, David
   INET: David.Ehresmann_at_ps.net

  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).

  --
  Please see the official ORACLE-L FAQ: http://www.orafaq.net   --
  Author:
   INET: Jared.Still_at_radisys.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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Tanel Poder
  INET: tanel.poder.003_at_mail.ee

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 Mon Jul 28 2003 - 18:29:24 CDT

Original text of this message

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