Hello,
On an Oracle 9i R2 system I need to gather stats on a large table. I usually run this type job at night but I would like to run this during the day on this particualr table.
Performance load aside, does dbms_stats.gather_table_stats() lock the table or hinder access to it on any way while it is running?
Thanks,
Michael42
On an Oracle 9i R2 system I need to gather stats on a large table. I usually run this type job at night but I would like to run this during the day on this particualr table.
Performance load aside, does dbms_stats.gather_table_stats() lock the table or hinder access to it on any way while it is running?
Thanks,
Michael42