Library /sys$common/syshlp/SQL$HELP72.HLB  —  Errors  SQL_ERRORS, DROP_IDX
  Index <str> is also being dropped.

  Explanation:  When you issue the DROP TABLE statement, SQL also
  drops all indexes that use that table.  Also, when you issue the
  DROP SCHEMA or DROP CATALOG statement and specify CASCADE
  behavior, SQL drops all of the objects in that schema or catalog
  and all of the objects referenced by any objects being dropped.
  This message notifies you which indices those are.  It is
  informational only.

  User Action:  None.
Close Help