Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 8i to 9i upgrade of Oracle Apps database
We killed the upgrade script.
Eliminated large_pool, mts settings in the init.ora
Did not set event 10520
Started u0801070 again.
Our log file is already the same size as yesterday's which ran for 20 hours!!!
Might be the event???
Jeffrey Beckstrom
Database Administrator
Greater Cleveland Regional Transit Authority
1240 W. 6th Street
Cleveland, Ohio 44113
>>> Paul Baumgartel <paul.baumgartel_at_gmail.com> 3/2/05 11:13:26 AM >>>
I don't see why not.
When I use this, I usually run it repeatedly to see if I can catch various waits.
Also try the following script repeatedly, and see if the numbers increase--that'll tell you that the session is actually doing something.
select vn.name, vs.value from v$statname vn, v$sesstat vs
where vs.sid = &sid and vn.statistic#=vs.statistic#
and vs.value != 0
and vn.name in ('consistent gets','db block changes','table scan blocks
gotten',
'process last non-idle time','execute count','physical reads','session
logical reads',
'sorts (rows)')
order by vn.name
/
On Wed, 02 Mar 2005 10:59:42 -0500, Jeffrey Beckstrom
<JBECKSTROM_at_gcrta.org> wrote:
> can you do that while the upgrade script is running?
>
> >>> Paul Baumgartel <paul.baumgartel_at_gmail.com> 3/2/05 10:52:21 AM
>>>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Mar 02 2005 - 11:26:50 CST