Impdp and table statistic lock not imported
I want to import an owner with IMPDP (Oracle 11.1.0.7) , the owner has a lot of tables with locked statistics. Could it be that the IMPDP don't import this lock for statistics?
After IMPDP I can't see that any statistics lock in user_tab_statistics , column "stattype_locked" of user_tab_statistics shows only null values. Must I manualy change this with
exec dbms_stats.lock_table_stats( ownname => '??', tabname => '??'); ?
Many thanks for any help,
Brigitte
exec dbms_stats.lock_table_stats( ownname => '??', tabname => '??'); ?
Many thanks for any help,
Brigitte
0