Database Error Messages

ORA-11541

REPLACE and IF NOT EXISTS cannot coexist in the same DDL statement

Cause

REPLACE and IF NOT EXISTS have been used both in a DDL statement.


Action

Use only one of the two terms in the DDL statement.