Sql profile/baselines are not being picked for DDL statements with parallel hints
(Doc ID 2878563.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
SQL Profiles/ Baselines are not picked for sql id's where DDL statements (CTAS) with parallel hints are provided.
eg:-
create table <table name> PARALLEL 16 nologging as
SELECT /*+PARALLEL(16) */ <table name>.*,
CASE WHEN ( <col_name> IS NULL
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 |
Cause |
Solution |
References |