Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: dbms_job question ??

RE: dbms_job question ??

From: <blair_at_pjm.com>
Date: Thu, 27 Apr 2000 08:42:16 -0400
Message-Id: <10480.104284@fatcity.com>


This is interesting. Thank you Chuck.

I ran this query and got the value of 59. I'd like to now more about what this query means in plain English.

Our redologs now are 330M. They fill every 15-20 minutes.

thanks,
..tom

> -----Original Message-----
> From: Chuck Hamilton [SMTP:chuck_hamilton_at_yahoo.com]
> Sent: Wednesday, April 26, 2000 2:03 PM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: dbms_job question ??
>
> Sounds like your online logs are too small. I'll bet you're not only suffering
> from db hang-ups during hot backups, but you're probably not competing one
> checkpoint before the next begins. Run the following query and see if that's
> happening. If so, you need to increase the redo log size. If the result is >
> 1, you do. BTW how big are they. From what you describe they should be at
> least 400m each.
>
> select started.value - completed.value incomplete_checkpoints
> from v$sysstat started, v$sysstat completed
> where started.name = 'background checkpoints started'
> and completed.name = 'background checkpoints completed';
>
> -----Original Message-----
> Sent: Wednesday, April 26, 2000 9:55 AM
> To: Multiple recipients of list ORACLE-L
>
>
> We are running Oracle 7.3.2.3 OPS on AIX 4.2.1
>
> Our database is 600G and extremely insert-intensive (330M per 15 minutes).
>
> During hot backup (which takes 10 hours) all 23 on-line redo logs usually fill
> and the database stops
> because they are filling faster than the archive process can copy them to the
> archive filesystem.
>
> Can anyone suggest any Oracle tuning that may help? I cant think of anything.
> Is there a way (in Unix) to give the archiver an exclusive lock on the archive
> filesystem during a redo log write?
>
> ...tom
> --
> Author:
> INET: blair_at_pjm.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list! ! , send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
> --
> Author: Michael Boligan
> INET: mboligan_at_healthvision.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
>
>
> _____
>
> Do You Yahoo!?
Received on Thu Apr 27 2000 - 07:42:16 CDT

Original text of this message

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