Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: doubt about sga query
Jchiappa:
Also select the column "pool" and you will see what's going on.
BTW - what is that 2* in there for?
HTH,
Tom Best
jchiappa <jchiappaNOjcSPAM_at_bbvabrasil.com.br.invalid> wrote in message
news:074cc050.80bebca1_at_usw-ex0101-005.remarq.com...
> give the following query :
>
> select name, bytes from v$sgastat where name in
> ('db_block_buffers',
> 2* 'log_buffer','dictionary cache', 'sql area','library cache',
> 'free memory'
> )
> sys_at_prod::SQL>/
>
>
> NAME BYTES
> -------------------------- ----------
> free memory 193472
> db_block_buffers 90112000
> log_buffer 20971520
> log_buffer 327680
> dictionary cache 2400712
> library cache 52439088
> sql area 71420140
>
>
> Why 2 lines labelled log buffer ? Some hint/tip ?
>
> []s
> Chiappa
>
>
> -----------------------------------------------------------
>
> Got questions? Get answers over the phone at Keen.com.
> Up to 100 minutes free!
> http://www.keen.com
>
Received on Wed Aug 02 2000 - 00:00:00 CDT
![]() |
![]() |