Oracle Solution for Error ora-41705

Solution for Oracle Error ORA-41705

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

What triggered the Error:

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

What should we do to fix it:

Use DBMS_RLMGR.DROP_CONDITIONS_TABLE instead.