|
A batch job always requires special attention to the statistics gathering, even before 10g where no auto job is created by Oracle installation. If you need to query a big table just populated, you should not wait till 10pm for the stats collection job to run. You should collect stats now.
By "临时表", if you mean Oracle's global temporary tables, that's another challenge. You may need to manually set stats with dbms_stats.set_table_stats.
Yong Huang |
|