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

Home -> Community -> Usenet -> c.d.o.server -> Re: extent size for a log raw table

Re: extent size for a log raw table

From: Hans Forbrich <forbrich_at_yahoo.net>
Date: Sat, 14 Aug 2004 03:43:56 GMT
Message-ID: <0UfTc.11032$X12.1470@edtnps84>


atiqul wrote:

> Hi All:
>
> I'm a novice and want to know how should I allocate storage for a
> table that has long raw data type. The table will be used for logging
> and will grow quickly. my db_block_size is 8k, the deafault is 128k
> next is 1024k pctincrease 0. How should I allocate storage???
>
> Thanks,
>
> -Atiqul

First question - are you forced to use 'long' or 'long raw'?

Second question - what is the purpose of the long raw? Can you determine average size?

Third - are you able to use Oracle8i or higher? If yes, why are you not using locally managed tablespaces? You might want to browse through the Database Administration Guide for the version you are using.

My answer to your question: use Oracle9i Release 2 or higher, use LOBs (or a proper design, if that's what's needed), use LMTs, use Enterprise Manager's Diagnostics Pack to track and predict disk usage.

/Hans Received on Fri Aug 13 2004 - 22:43:56 CDT

Original text of this message

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