Cause: An attempt was made to drop or replace a library that has dependents. There could be a table which depends on type which depends on the library being dropped. See the solution below.
Error solution: Drop all table(s) depending on the type, then retry.
Database version: Oracle 11g Release 2 (11.2)