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: dba_col_comments

Re: dba_col_comments

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Tue, 1 Feb 2000 21:37:09 +0100
Message-ID: <949437556.27754.0.pluto.d4ee154e@news.demon.nl>


Not THAT far fetched! What do you think ... BYTES!

Hth,

--
Sybrand Bakker, Oracle DBA
Ray Stell <stelle_at_stell.cns.vt.edu> wrote in message news:877e2t$8aj$1_at_solaris.cc.vt.edu...
> SQL> select column_name, comments
> 2 from dba_col_comments
> 3 where table_name = 'DBA_TABLESPACES';
>
> COLUMN_NAME COMMENTS
> --------------- ---------------------------------------------
> TABLESPACE_NAME Tablespace name
> INITIAL_EXTENT Default initial extent size
> NEXT_EXTENT Default incremental extent size
> MIN_EXTENTS Default minimum number of extents
> MAX_EXTENTS Default maximum number of extents
> PCT_INCREASE Default percent increase for extent size
>
> Just out of curiosity, INITIAL_EXTENT and NEXT_EXTENT,
> what is the unit of measure for the size? Joules,
> newtons, electronvolts, maybe?
>
>
Received on Tue Feb 01 2000 - 14:37:09 CST

Original text of this message

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