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.
ORA-41705: conditions table cannot be dropped with DROP TABLE command
An attempt was made to drop a conditions table with a DROP TABLE command.
Use DBMS_RLMGR.DROP_CONDITIONS_TABLE instead.