Home » RDBMS Server » Server Administration » Tracking DBMS JOB timing (oracle 10.2.0.4)
Tracking DBMS JOB timing [message #466675] Tue, 20 July 2010 09:10 Go to next message
sahadba
Messages: 59
Registered: September 2009
Location: Pune
Member

Hi,

I have a database job to ANALYZE TABLES,, it takes more than 40 hours.
I want to know exactly how much time does it take..

My job has started on 19th Jul at 02:32 hrs..
What is the way to know the exact time when the job ends...

Thank You
Re: Tracking DBMS JOB timing [message #466678 is a reply to message #466675] Tue, 20 July 2010 09:12 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>I have a database job to ANALYZE TABLES,, it takes more than 40 hours.
Why have job at all when default DB installation includes similar job already?
Re: Tracking DBMS JOB timing [message #466683 is a reply to message #466678] Tue, 20 July 2010 09:36 Go to previous messageGo to next message
sahadba
Messages: 59
Registered: September 2009
Location: Pune
Member

Can we use v$session to know when the session that has the job running ends..
Re: Tracking DBMS JOB timing [message #466685 is a reply to message #466675] Tue, 20 July 2010 09:39 Go to previous messageGo to next message
Michel Cadot
Messages: 68653
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
What is the way to know the exact time when the job ends...

No way.

Regards
Michel
Re: Tracking DBMS JOB timing [message #466686 is a reply to message #466685] Tue, 20 July 2010 09:41 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
An approximation can be obtained by

SELECT MAX(LAST_ANALYZED) FROM DBA_TABLES;
Previous Topic: How to see what happened on past 10days in DB
Next Topic: Issues with CLOB datatype in Orcle 10g
Goto Forum:
  


Current Time: Sun May 19 16:40:25 CDT 2024