Oracle Error ORA-41705: conditions table cannot be dropped with DROP TABLE command

Oracle Error Message

ORA-41705: conditions table cannot be dropped with DROP TABLE command

Reason for the Error

An attempt was made to drop a conditions table with a DROP TABLE command.

Solution

Use DBMS_RLMGR.DROP_CONDITIONS_TABLE instead.