Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Locked Gather Stats Jobs

Status
Not open for further replies.

tekpr00

IS-IT--Management
Jan 22, 2008
186
CA
Hello,

Is there a select statement that will check the lock status of the gather statistics job in the non-system tables?
Please let me know where I can get an example.

Cheers.
 
Please note that I am using Oracle 11g.
 
select table_name, OBJECT_TYPE, stattype_locked from user_tab_statistics where table_name != '%sys%'

no rows selected
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top