SQLLDR Shows High CPU Usage On Internal Select From LOADER_COL_FLAGS
(Doc ID 2126508.1)
Last updated on FEBRUARY 26, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Large SQLLDR jobs can use excessive system CPU, with a large portion of the usage due to internal SQLLDR call to LOADER_COL_FLAGS checking for virtual columns:
Select 'x' from loader_col_flags l where l.table_owner=:owner and l.table_name=:tname and l.colname=:cname and l.isvirtual='Y'
Changes
Cause
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
Symptoms |
Changes |
Cause |
Solution |
References |