ERROR | cannot perform requested operation during database startup |
CAUSE | Requested operation requires the Cost Based Optimizer(CBO) which is not available during database startup. Features like partitioning, IOTs, grouping sets, and flashback cursor require the CBO. |
ACTION | Retry the query after the database is open. |