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: bytes in/out

Re: bytes in/out

From: fumi <fumi_at_tpts5.seed.net.tw>
Date: 28 Oct 1999 17:03:20 GMT
Message-ID: <7v9vko$k3o$3@news.seed.net.tw>

Søren Lauritzen <sorenl_at_rki.dk> wrote in message news:6iGR3.718$2i1.3697572941_at_news.euroconnect.net...
> Is it possible to count number of bytes going in and out the DB, since
> startup.
>
> Thanking you in advance,
>
> Søren
>

select name, value from v$sysstat
  where name like '%bytes sent%'
    or name like '%bytes received%'; Received on Thu Oct 28 1999 - 12:03:20 CDT

Original text of this message

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