Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL Help
Colin Caie wrote in message <392E32FC.C6C557C6_at_sqf.hp.com>...
>I would like to perform a query that;
>
>select blocks from dba_extents
>
>then multiplies the blocks by the value produced from;
>
>select value from v$parameter where name = 'db_block_size'.
"select BYTES from dba_extents" does the same thing.
Dave.
-- If you reply to this posting by email, remove the "nospam" from my email address first.Received on Tue May 30 2000 - 00:00:00 CDT
![]() |
![]() |