Re: how to figure out how much redo sql statements are generating?
From: Andrew Kerber <andrew.kerber_at_gmail.com>
Date: Mon, 31 Dec 2007 13:25:14 -0600
Message-ID: <ad3aa4c90712311125j5b8a171ep2d0312f950c29114@mail.gmail.com>
Date: Mon, 31 Dec 2007 13:25:14 -0600
Message-ID: <ad3aa4c90712311125j5b8a171ep2d0312f950c29114@mail.gmail.com>
If you know which tables are affected by which parts of the application,
dba_tab_modifcations can give insert/update/delete activity on the tables.
I believe monitoring has to be turned on for that though (its on by
default).
On Dec 31, 2007 12:58 PM, <ryan_gaffuri_at_comcast.net> wrote:
> We are generating alot of redo. We have sql loader data loads and dml on
> the database. I am trying to track which parts of the application are
> probably generating the most redo. Is there a way to do this?
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
-- Andrew W. Kerber 'If at first you dont succeed, dont take up skydiving.' -- http://www.freelists.org/webpage/oracle-lReceived on Mon Dec 31 2007 - 13:25:14 CST