Default: ALWAYS
Specifies what is done with the database optimizer statistics at import time.
The options are:
ALWAYS
Always import database optimizer statistics regardless of whether they are questionable.
NONE
Do not import or recalculate the database optimizer statistics.
SAFE
Import database optimizer statistics only if they are not questionable. If they are questionable, then recalculate the optimizer statistics.
RECALCULATE
Do not import the database optimizer statistics. Instead, recalculate them on import. This requires that the original export operation that created the dump file must have generated the necessary ANALYZE
statements (that is, the export was not performed with STATISTICS
=NONE
). These ANALYZE
statements are included in the dump file and used by the import operation for recalculation of the table's statistics.
Oracle Database Concepts for more information about the optimizer and the statistics it uses