Oracle Error Message
ORA-40121: force option not allowed for drop model in different schema
Reason for the Error
The force option was specified, but the model is in a different schema.
Solution
If the force option is necessary, run the drop model from the owning schema. If the force option is not necessary, set the force parameter to FALSE.