How to fix the Oracle error ORA-12994: drop column option only allowed once in statement?

In this post, you’ll learn more about the Oracle ErrorORA-12994: drop column option only allowed once in statement with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-12994: drop column option only allowed once in statement

Reason for the Error ORA-12994: drop column option only allowed once in statement

An attempt was made to repeat the drop column option in a single statement.

How to fix the Error ORA-12994: drop column option only allowed once in statement ?

You can fix this error in Oracle by following the below steps

Separate drop column options into different statements and resubmit statements.

Tags :

Leave Your Comment