Database Utilities (MOSC)

MOSC Banner

Impdp and table statistic lock not imported

edited Jun 7, 2010 2:44AM in Database Utilities (MOSC) 4 commentsAnswered
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center