How to fix the Oracle error ORA-28067: missing or invalid column name?
In this post, you’ll learn more about the Oracle ErrorORA-28067: missing or invalid column name with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-28067: missing or invalid column name
Reason for the Error ORA-28067: missing or invalid column name
A valid column name was not specified in the COLUMN_NAME parameter when a column name was required. Note that when using DBMS_REDACT.ALTER_POLICY, the default action is DBMS_REDACT.ADD_COLUMN
How to fix the Error ORA-28067: missing or invalid column name ?
You can fix this error in Oracle by following the below steps
Specify the name of a column.
Leave Your Comment