startSqlImport Gathers Schema Statisticts Each Time It Is Run
(Doc ID 2269308.1)
Last updated on NOVEMBER 23, 2019
Applies to:
Oracle Commerce Platform - Version 11.0 and laterInformation in this document applies to any platform.
Goal
The code in the component /atg/epub/import/SQLImportService (which is the basis of the startSqlImport script) makes a database call to DBMS_STATS.GATHER_SCHEMA_STATS for every import run. When several import jobs are run sequentially, gathering statistics each time adds significant time while delivering additional benefits that are probably marginal. Can we disable that redundant step in the configuration?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |