Entering content frame

-1755: SQL statement will drop further objects (use CASCADE) Locate the document in the library structure

Explanation:

A DROP USER, DROP TABLE, DROP VIEW or REVOKE statement was specified for which the CASCADE option had not been specified implicitly or explicitly. Other objects depend on the object to be deleted. These objects must be deleted as well but this is only possible with an implicit or explicit specification of the CASCADE option.

User Action:

Before specifying the same SQL statement with the CASCADE option, you should check which dependent objects exist.

 

Leaving content frame