Oracle Error ORA-01922: CASCADE must be specified to drop ‘string’

Oracle Error Message

ORA-01922: CASCADE must be specified to drop ‘string’

Reason for the Error

Cascade is required to remove this user from the system. The user own’s object which will need to be dropped.

Solution

Specify cascade.