A database cannot be dropped while a transaction is active Explanation: You issued a DROP DATABASE statement while a data manipulation transaction was still in progress. User Action: COMMIT or ROLLBACK the transaction, start a new transaction, and reissue the DROP DATABASE statement.