Details
-
Type:
Technical task
-
Status: Needs Feedback (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "/*+ <Hint Identifier> */" block.
Example: "INSERT /*+ APPEND */ INTO ... VALUES ..."
Here "/*+ APPEND */" is the hint to the Oracle's optimizer.
Oracle Doc: https://docs.oracle.com/cd/B12037_01/server.101/b10752/hintsref.htm