ORA-14554: cannot perform requested operation during database startup
What triggered the Error:
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.What should we do to fix it:
Retry the query after the database is open.