Sequence <str> is also being dropped Explanation: When you issue the DROP SCHEMA or DROP CATALOG statement and specify the CASCADE clause, SQL drops all of the objects in that schema or catalog and all of the objects referenced by any objects being dropped. This informational message indicates which objects are being dropped. User Action: