OCI-40550
Aliases are not allowed for directive_name columns. Invalid alias definition for column 'column_name'
- directive_name: Name of the directive
- column_name: Name of the column to which the user tried to assign an invalid alias
Cause
A column alias was used in an expression that does not allow aliases.
Action
Remove the column alias definition.