Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

object statistics are locked

650105Feb 10 2010 — edited Feb 10 2010
hello

when i ran the following query i got the list of all those object whose statistic are locked. i have unlocked statistic all schema object successfully but some of SYS objects still shows lock. plz clarify the concept plz


select owner, table_name, stattype_locked from dba_tab_statistics where stattype_locked is not null
exec dbms_stats.unlock_schema_stats('SYS');

after running i get 19 SYS table still statistic are locked what would be the reason of it.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 10 2010
Added on Feb 10 2010
5 comments
1,936 views