auto optimizer stats collection skip some table
My system use oracle Release 11.2.0.4.0 Production. It runs auto optimizer stats collection every morning.
But i want the oracle auto optimizer skip some table .
Using DBMS_STATS.LOCK_TABLE_STATS for locking table is ok? Or it will effct DML operaion ?