Oracle Error ORA-31088: object “string”.”string” depends on the schema

Oracle Error Message

ORA-31088: object “string”.”string” depends on the schema

Reason for the Error

An attempt was made to delete a schema which has dependent objects.

Solution

Either drop the dependent objects prior to deleting the schema or use the CASCADE or FORCE options.