Home » RDBMS Server » Server Administration » GATHER_STATS_JOB: Stopped by Scheduler (Oracle 11203 Solaris 2.10)
GATHER_STATS_JOB: Stopped by Scheduler [message #541977] Fri, 03 February 2012 09:50 Go to next message
BeefStu
Messages: 208
Registered: October 2011
Senior Member
I am getting the following error in a trace file.


ORA-00600: internal error code, arguments: 
[kqldxbr_30], [1403], [], [], [], [],
ORA-00600: internal error code, arguments: [kqldxbr_30],
[1403

DBMS_STATS: GATHER_STATS_JOB: Stopped by Scheduler.
DBMS_STATS: Consider increasing the maintenance window duration if this happens
frequently.
DBMS_STATS: The following objects/segments were not analyzed due to timeout:
DBMS_STATS:   TABLE: "OPS$ORACLE"."EXT_GROWTH_DATAPUMP_LOG".""
DBMS_STATS:   TABLE: "IFD_OWN"."EXT_CUST_ECPD".""
...
...
...



Few questions:

1) Can somebody provide me with a query to see how long this
job runs for and another query on how to extend it?

2) Does anybody have any opinions (good/bad) about changing
Oracle pre-defined jobs or should new jobs be put into place
and the std jobs left alone.

Thanks to all who answer
Re: GATHER_STATS_JOB: Stopped by Scheduler [message #541980 is a reply to message #541977] Fri, 03 February 2012 10:09 Go to previous messageGo to next message
Michel Cadot
Messages: 68636
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
ORA-00600/ORA-07445/ORA-03113 = Oracle bug => search on Metalink and/or call Oracle support
Have a look at alert.log and trace files.
You can also read this article: Troubleshooting Internal Errors.

Regards
Michel
Re: GATHER_STATS_JOB: Stopped by Scheduler [message #541983 is a reply to message #541980] Fri, 03 February 2012 10:25 Go to previous messageGo to next message
BeefStu
Messages: 208
Registered: October 2011
Senior Member
Your link points to a document that describes oracle 600/7445
errors. I asked some specific questions about the job scheduler
not sure I see your point?
Re: GATHER_STATS_JOB: Stopped by Scheduler [message #541988 is a reply to message #541983] Fri, 03 February 2012 10:35 Go to previous messageGo to next message
Michel Cadot
Messages: 68636
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Your main problem is ORA-00600, NOT the following errors which is the result of this former.

Regards
Michel
Re: GATHER_STATS_JOB: Stopped by Scheduler [message #541994 is a reply to message #541988] Fri, 03 February 2012 11:27 Go to previous messageGo to next message
John Watson
Messages: 8928
Registered: January 2010
Location: Global Village
Senior Member
Agreed.
The GATHER_STATS_JOB issue should fix itself. Because of the way the the job is setup and the way the procedure runs, if it doesn't finish one night it will tend to start next evening from where it left off. Unless you regularly do a huge amount of DML in proportion to the size of the database, it should sort itself out after a few days.
Re: GATHER_STATS_JOB: Stopped by Scheduler [message #541995 is a reply to message #541977] Fri, 03 February 2012 11:33 Go to previous messageGo to next message
John Watson
Messages: 8928
Registered: January 2010
Location: Global Village
Senior Member
Quote:
2) Does anybody have any opinions (good/bad) about changing
Oracle pre-defined jobs or should new jobs be put into place
and the std jobs left alone.
I would leave the autotask job(s) in place, unchanged. Except for changing the maintenance windows: they are awfully American, and may not be suitable if you operate in many time zones. Or in countries where Saturday and Sunday are working days.
If your database is any sort of upgrade, make sure that the old 10g scheduler job that gathers stats is not running. I've seen several 11g databases that were being analyzed twice a night, once by the 10g job and again by the autotask.
GATHER_STATS_JOB: Stopped by Scheduler [message #542005 is a reply to message #541995] Fri, 03 February 2012 12:23 Go to previous message
BeefStu
Messages: 208
Registered: October 2011
Senior Member
Michel/John,

If I look in the .trc file I do see some failures..
I will work on fixing these and see if the GATHER STATS
message goes away.

I was a bit unsure if the job actually picked up where it
left off.

FYI, the DB was upgraded from 11107 to 11203 and there are NO
10G jobs running in the scheduler.

Thank you both for your expertise and advice.


DBMS_STATS: GATHER_STATS_JOB: GATHER_TABLE_STATS('"IFD_OWN"','"EXT_CUST_ECPD"','
""', ...)
DBMS_STATS: ORA-20011: Approximate NDV failed: ORA-29913: error in executing ODC
IEXTTABLEOPEN callout
ORA-29400: data cartridge error
KUP-04040: file cust_ecpd.dat in EDW_DATA_TRANSFER_DIR not found

Previous Topic: ora 01092 oracle instance terminated
Next Topic: Oracle 11g Installation on RHEL-5
Goto Forum:
  


Current Time: Tue Apr 16 10:44:22 CDT 2024