select owner, table_name, stattype_locked
from dba_tab_statistics
where stattype_locked is not null; 

exec dbms_stats.unlock_schema_stats('dbtabaco'); 

exec dbms_stats.unlock_table_stats('dbsvs','MVW_LISTA_PUBLICACAO_MED'); 

hostgator