DB2 10.5 for Linux, UNIX, and Windows

DROP statement

The DROP statement deletes an object. Any objects that are directly or indirectly dependent on that object are either deleted or made inoperative. Whenever an object is deleted, its description is deleted from the catalog, and any packages that reference the object are invalidated.

Invocation

This statement can be embedded in an application program or issued through the use of dynamic SQL statements. It is an executable statement that can be dynamically prepared only if DYNAMICRULES run behavior is in effect for the package (SQLSTATE 42509).

Authorization

When dropping objects that allow two-part names, the privileges held by the authorization ID of the statement must include at least one of the following authorities:
  • DROPIN privilege on the schema for the object
  • Owner of the object, as recorded in the OWNER column of the catalog view for the object
  • CONTROL privilege on the object (applicable only to indexes, index specifications, nicknames, packages, tables, and views)
  • Owner of the user-defined type, as recorded in the OWNER column of the SYSCAT.DATATYPES catalog view (applicable only when dropping a method that is associated with a user-defined type)
  • DBADM authority

When dropping a table or view hierarchy, the privileges held by the authorization ID of the statement must include one of the previously mentioned privileges for each of the tables or views in the hierarchy.

When dropping an audit policy, the privileges held by the authorization ID of the statement must include SECADM authority.

When dropping a buffer pool, database partition group, storage group, or table space, the privileges held by the authorization ID of the statement must include SYSADM or SYSCTRL authority.

When dropping a data type mapping, function mapping, server definition, or wrapper, the privileges held by the authorization ID of the statement must include DBADM authority.

When dropping an event monitor the privilege held by the authorization ID of the statement must include SQLADM or DBADM authority.

When dropping a role, the privileges held by the authorization ID of the statement must include SECADM authority.

When dropping a row permission or a column mask, the privileges held by the authorization ID of the statement must include SECADM authority.

When dropping a schema, the privileges held by the authorization ID of the statement must include DBADM authority, or be the schema owner, as recorded in the OWNER column of the SYSCAT.SCHEMATA catalog view.

When dropping a security label, a security label component, or a security policy, the privileges held by the authorization ID of the statement must include SECADM authority.

When dropping a service class, work action set, work class set, workload, threshold, or histogram template, the privileges held by the authorization ID of the statement must include WLMADM or DBADM authority.

When dropping a system-period temporal table, the privileges held by the authorization ID of the statement must also include at least one of the following authorities:
  • Privileges to drop the associated history table
  • Administrative authority

When dropping a transform, the privileges held by the authorization ID of the statement must include DBADM authority, or must be the owner of type-name.

When dropping a trusted context, the privileges held by the authorization ID of the statement must include SECADM authority.

When dropping an event monitor or usage list the privilege held by the authorization ID of the statement must include SQLADM or DBADM authority.

When dropping a user mapping, the privileges held by the authorization ID of the statement must include DBADM authority, if this authorization ID is different from the federated database authorization name within the mapping. Otherwise, if the authorization ID and the authorization name match, no authorities or privileges are required.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DROP--------------------------------------------------------->

>--+-| alias-designator |------------------------------------------+-><
   +-AUDIT POLICY--policy-name-------------------------------------+   
   +-BUFFERPOOL--bufferpool-name-----------------------------------+   
   +-DATABASE PARTITION GROUP--db-partition-group-name-------------+   
   +-EVENT MONITOR--event-monitor-name-----------------------------+   
   +-| function-designator |--+----------+-------------------------+   
   |                          '-RESTRICT-'                         |   
   +-FUNCTION MAPPING--function-mapping-name-----------------------+   
   +-HISTOGRAM TEMPLATE--template-name-----------------------------+   
   |                   (1)                                         |   
   +-INDEX--index-name---------------------------------------------+   
   +-INDEX EXTENSION--index-extension-name--RESTRICT---------------+   
   +-MASK--mask-name-----------------------------------------------+   
   +-| method-designator |--+----------+---------------------------+   
   |                        '-RESTRICT-'                           |   
   +-MODULE--module-name-------------------------------------------+   
   +-NICKNAME--nickname--------------------------------------------+   
   +-PACKAGE--package-name--+-------------------------+------------+   
   |                        | .-VERSION-.             |            |   
   |                        '-+---------+--version-id-'            |   
   +-PERMISSION--permission-name-----------------------------------+   
   +-| procedure-designator |--+----------+------------------------+   
   |                           '-RESTRICT-'                        |   
   +-ROLE--role-name-----------------------------------------------+   
   +-SCHEMA--schema-name--RESTRICT---------------------------------+   
   |                                      .-RESTRICT-.             |   
   +-SECURITY LABEL--security-label-name--+----------+-------------+   
   |                                                .-RESTRICT-.   |   
   +-SECURITY LABEL COMPONENT--sec-label-comp-name--+----------+---+   
   |                                        .-RESTRICT-.           |   
   +-SECURITY POLICY--security-policy-name--+----------+-----------+   
   +-SEQUENCE--sequence-name--+----------+-------------------------+   
   |                          '-RESTRICT-'                         |   
   +-SERVER--server-name-------------------------------------------+   
   |                               .-RESTRICT-.                    |   
   +-| service-class-designator |--+----------+--------------------+   
   |                              .-RESTRICT-.                     |   
   +-STOGROUP--storagegroup-name--+----------+---------------------+   
   +-TABLE--table-name---------------------------------------------+   
   +-TABLE HIERARCHY--root-table-name------------------------------+   
   |                  .-,---------------.                          |   
   |                  V                 |                          |   
   +-+-TABLESPACE--+----tablespace-name-+--------------------------+   
   | '-TABLESPACES-'                                               |   
   +-+-TRANSFORM--+--+-ALL--------+--FOR--type-name----------------+   
   | '-TRANSFORMS-'  '-group-name-'                                |   
   +-THRESHOLD--threshold-name-------------------------------------+   
   +-TRIGGER--trigger-name-----------------------------------------+   
   +-TRUSTED CONTEXT--context-name---------------------------------+   
   +-TYPE--type-name--+----------+---------------------------------+   
   |                  '-RESTRICT-'                                 |   
   +-TYPE MAPPING--type-mapping-name-------------------------------+   
   +-USAGE LIST--usage-list-name-----------------------------------+   
   +-USER MAPPING FOR--+-authorization-name-+--SERVER--server-name-+   
   |                   '-USER---------------'                      |   
   +-VARIABLE--variable-name--+----------+-------------------------+   
   |                          '-RESTRICT-'                         |   
   +-VIEW--view-name-----------------------------------------------+   
   +-VIEW HIERARCHY--root-view-name--------------------------------+   
   +-WORK ACTION SET--work-action-set-name-------------------------+   
   +-WORK CLASS SET--work-class-set-name---------------------------+   
   +-WORKLOAD--workload-name---------------------------------------+   
   +-WRAPPER--wrapper-name-----------------------------------------+   
   '-XSROBJECT--xsrobject-name-------------------------------------'   

alias-designator

                                  .-FOR TABLE----.   
|--+--------+--ALIAS--alias-name--+--------------+--------------|
   '-PUBLIC-'                     +-FOR MODULE---+   
                                  '-FOR SEQUENCE-'   

function-designator

|--+-FUNCTION--function-name--+-------------------------+-+-----|
   |                          '-(--+---------------+--)-' |   
   |                               | .-,---------. |      |   
   |                               | V           | |      |   
   |                               '---data-type-+-'      |   
   '-SPECIFIC FUNCTION--specific-name---------------------'   

method-designator

|--+-METHOD--method-name--+-------------------------+--FOR--type-name-+--|
   |                      '-(--+---------------+--)-'                 |   
   |                           | .-,---------. |                      |   
   |                           | V           | |                      |   
   |                           '---data-type-+-'                      |   
   '-SPECIFIC METHOD--specific-name-----------------------------------'   

procedure-designator

|--+-PROCEDURE--procedure-name--+-------------------------+-+---|
   |                            '-(--+---------------+--)-' |   
   |                                 | .-,---------. |      |   
   |                                 | V           | |      |   
   |                                 '---data-type-+-'      |   
   '-SPECIFIC PROCEDURE--specific-name----------------------'   

service-class-designator

|--SERVICE CLASS--service-class-name--+--------------------------------+--|
                                      '-UNDER--service-superclass-name-'   

Notes:
  1. Index-name can be the name of either an index or an index specification.

Description

alias-designator
ALIAS alias-name
Identifies the alias that is to be dropped. The alias-name must identify an alias that is described in the catalog (SQLSTATE 42704). The specified alias is deleted.
FOR TABLE, FOR MODULE, or FOR SEQUENCE
Specifies the object type for the alias.
FOR TABLE
The alias is for a table, view, or nickname.
FOR MODULE
The alias is for a module.
FOR SEQUENCE
The alias is for a sequence.

All views and triggers that reference the alias are made inoperative. This includes alias references in both the ON clause of the CREATE TRIGGER statement and within the triggered SQL statements. Any materialized query table or staging table that references the alias is dropped.

If PUBLIC is specified, the alias-name must identify a public alias (SQLSTATE 428EK) that exists at the current server (SQLSTATE 42704).

If the alias is referenced in the definition of a row permission or a column mask, the alias cannot be dropped (SQLSTATE 42893).

AUDIT POLICY policy-name
Identifies the audit policy that is to be dropped. The policy-name must identify an audit policy that exists at the current server (SQLSTATE 42704). The audit policy must not be associated with any database objects (SQLSTATE 42893). The specified audit policy is deleted from the catalog.
BUFFERPOOL bufferpool-name
Identifies the buffer pool that is to be dropped. The bufferpool-name must identify a buffer pool that is described in the catalog (SQLSTATE 42704). There can be no table spaces assigned to the buffer pool (SQLSTATE 42893). The IBMDEFAULTBP buffer pool cannot be dropped (SQLSTATE 42832).

Buffer pool memory is released immediately, to be used by DB2®. Disk storage may not be released until the next connection to the database.

DATABASE PARTITION GROUP db-partition-group-name
Identifies the database partition group that is to be dropped. The db-partition-group-name parameter must identify a database partition group that is described in the catalog (SQLSTATE 42704). This is a one-part name.

Dropping a database partition group drops all table spaces defined in the database partition group. All existing database objects with dependencies on the tables in the table spaces (such as packages, referential constraints, and so on) are dropped or invalidated (as appropriate), and dependent views and triggers are made inoperative.

IBMCATGROUP, IBMDEFAULTGROUP, and IBMTEMPGROUP database partition groups cannot be dropped (SQLSTATE 42832).

If a DROP DATABASE PARTITION GROUP statement is issued against a database partition group that is currently undergoing a data redistribution, the drop database partition group operation fails, and an error is returned (SQLSTATE 55038). However, a partially redistributed database partition group can be dropped. A database partition group can become partially redistributed if a REDISTRIBUTE DATABASE PARTITION GROUP command does not execute to completion. This can happen if it is interrupted by either an error or a FORCE APPLICATION ALL command. (For a partially redistributed database partition group, the REDISTRIBUTE_PMAP_ID in the SYSCAT.DBPARTITIONGROUPS catalog is not -1.)

EVENT MONITOR event-monitor-name
Identifies the event monitor that is to be dropped. The event-monitor-name must identify an event monitor that is described in the catalog (SQLSTATE 42704).

If the identified event monitor is active, an error is returned (SQLSTATE 55034); otherwise, the event monitor is deleted. Note that if an event monitor has been previously activated using the SET EVENT MONITOR STATE statement, and the database has been deactivated and subsequently reactivated, use the SET EVENT MONITOR STATE statement to deactivate the event monitor before issuing the DROP statement.

If there are event files in the target path of a WRITE TO FILE event monitor that is being dropped, the event files are not deleted. However, if a new event monitor that specifies the same target path is created, the event files are deleted.

When dropping WRITE TO TABLE event monitors, table information is removed from the SYSCAT.EVENTTABLES catalog view, but the tables themselves are not dropped.

function-designator
Identifies an instance of a user-defined function (either a complete function or a function template) that is to be dropped. For more information, see Function, method, and procedure designators.
The function instance specified must be a user-defined function described in the catalog. The following functions cannot be dropped:
  • A function implicitly generated by a CREATE TYPE statement (SQLSTATE 42917)
  • A function that is in the SYSIBM, SYSFUN, SYSIBMADM, or the SYSPROC schema (SQLSTATE 42832)
  • A function that is referenced in the definition of a row permission or a column mask (SQLSTATE 42893)
  • A function that is referenced in a generated column expression or a check constraint (SQLSTATE 42893)
RESTRICT
The RESTRICT keyword enforces the rule that the function is not to be dropped if any of the following dependencies exists:
  • Another function is sourced on the function.
  • Another routine uses the function.
  • A view uses the function.
  • A trigger uses the function.
  • A materialized query table uses the function in its definition.
The restrict rule is enforced by default for the same dependencies as in version 9.5 if the auto_reval database configuration parameter is set to disabled.
In this case, the following considerations apply:
  • Other objects can be dependent upon a function. All such dependencies must be removed before the function can be dropped, with the exception of packages which are marked inoperative. An attempt to drop a function with such dependencies will result in an error (SQLSTATE 42893). See the "Rules" section for a list of these dependencies. If the function can be dropped, it is dropped.
  • Any package dependent on the specific function being dropped is marked as inoperative. Such a package is not implicitly rebound. It must either be rebound by use of the BIND or REBIND command, or it must be re-prepared by use of the PREP command.
FUNCTION MAPPING function-mapping-name
Identifies the function mapping that is to be dropped. The function-mapping-name must identify a user-defined function mapping that is described in the catalog (SQLSTATE 42704). The function mapping is deleted from the database.

Default function mappings cannot be dropped, but can be disabled by using the CREATE FUNCTION MAPPING statement. Dropping a user-defined function mapping that was created to override a default function mapping reinstates the default function mapping.

Packages having a dependency on a dropped function mapping are invalidated.

HISTOGRAM TEMPLATE template-name
Identifies the histogram template that is to be dropped. The template-name must identify a histogram template that exists at the current server (SQLSTATE 42704). The template-name cannot be SYSDEFAULTHISTOGRAM (SQLSTATE 42832). The histogram template cannot be dropped if a service class or a work action is dependent on it (SQLSTATE 42893). The specified histogram template is deleted from the catalog.
INDEX index-name
Identifies the index or index specification that is to be dropped. The index-name must identify an index or index specification that is described in the catalog (SQLSTATE 42704). It cannot be an index that is required by the system for a primary key or unique constraint, for a replicated materialized query table, or for an XML column (SQLSTATE 42917). The specified index or index specification is deleted.

Packages having a dependency on a dropped index or index specification are invalidated.

INDEX EXTENSION index-extension-name RESTRICT
Identifies the index extension that is to be dropped. The index-extension-name must identify an index extension that is described in the catalog (SQLSTATE 42704). The RESTRICT keyword enforces the rule that no index can be defined that depends on this index extension definition (SQLSTATE 42893).
MASK mask-name
Identifies the column mask to drop. The name must identify a column mask that exists at the current server (SQLSTATE 42704).
method-designator
Identifies a method body that is to be dropped. For more information, see Function, method, and procedure designators. The method body specified must be a method described in the catalog (SQLSTATE 42704). Method bodies that are implicitly generated by the CREATE TYPE statement cannot be dropped.

DROP METHOD deletes the body of a method, but the method specification (signature) remains as a part of the definition of the subject type. After dropping the body of a method, the method specification can be removed from the subject type definition by ALTER TYPE DROP METHOD.

RESTRICT
The RESTRICT keyword enforces the rule that the method is not to be dropped if any of the following dependencies exists:
  • A function is sourced on the method.
  • Another routine uses the method.
  • A view uses the method.
  • A trigger uses the method.
  • A materialized query table uses the method in its definition.
The restrict rule is enforced by default for the same dependencies as in version 9.5 if the auto_reval database configuration parameter is set to disabled.
In this case, the following considerations apply:
  • Other objects can be dependent upon a method. All such dependencies must be removed before the method can be dropped, with the exception of packages which will be marked inoperative if the drop is successful. An attempt to drop a method with such dependencies will result in an error (SQLSTATE 42893). If the method can be dropped, it will be dropped.
  • Any package dependent on the specific method being dropped is marked as inoperative. Such a package is not implicitly re-bound. Either it must be re-bound by use of the BIND or REBIND command, or it must be re-prepared by use of the PREP command.

If the specific method being dropped overrides another method, all packages dependent on the overridden method - and on methods that override this method in supertypes of the specific method being dropped - are invalidated.

MODULE module-name
Identifies the module that is to be dropped. The module-name must identify a module that exists at the current server (SQLSTATE 42704). The specified name must not be an alias for a module (SQLSTATE 560CT). The specified module is dropped from the schema, including all module objects. All privileges on the module are also dropped.

If the module is referenced in the definition of a row permission or a column mask, the module cannot be dropped (SQLSTATE 42893).

NICKNAME nickname
Identifies the nickname that is to be dropped. The nickname must be listed in the catalog (SQLSTATE 42704). The nickname is deleted from the database.

All information about the columns and indexes associated with the nickname is deleted from the catalog. Any materialized query tables that are dependent on the nickname are dropped. Any index specifications that are dependent on the nickname are dropped. Any views that are dependent on the nickname are marked inoperative. Any packages that are dependent on the dropped index specifications or inoperative views are invalidated. The data source table that the nickname references is not affected.

If an SQL function or method is dependent on a nickname, that nickname cannot be dropped (SQLSTATE 42893).

PACKAGE package-name
Identifies the package that is to be dropped. The package name must identify a package that is described in the catalog (SQLSTATE 42704). The specified package is deleted. If the package being dropped is the only package identified by package-name (that is, there are no other versions), all privileges on the package are also deleted.
VERSION version-id
Identifies which package version is to be dropped. If a value is not specified, the version defaults to the empty string. If multiple packages with the same package name but different versions exist, only one package version can be dropped in one invocation of the DROP statement. Delimit the version identifier with double quotation marks when it:
  • Is generated by the VERSION(AUTO) precompiler option
  • Begins with a digit
  • Contains lowercase or mixed-case letters
If the statement is invoked from an operating system command prompt, precede each double quotation mark delimiter with a back slash character to ensure that the operating system does not strip the delimiters.
PERMISSION permission-name
Identifies the row permission to drop. The name must identify a row permission that exists at the current server (SQLSTATE 42704). The name must not identify the default row permission that was created implicitly by the database manager (SQLSTATE 42917).
procedure-designator
Identifies an instance of a procedure that is to be dropped. For more information, see Function, method, and procedure designators. The procedure instance specified must be a procedure described in the catalog. It is not possible to drop a procedure that is in the SYSIBM, SYSFUN, SYSIBMADM, or the SYSPROC schema (SQLSTATE 42832).
RESTRICT
The RESTRICT keyword prevents the procedure from being dropped if a trigger definition or an SQL routine definition contains a CALL identifying the procedure.
The restrict rule is enforced by default for the same dependencies as in version 9.5 if the following conditions are met:
  • The auto_reval database configuration parameter is set to disabled
  • An inlined trigger definition, inlined SQL function definition, or inlined SQL method definition contains a CALL statement identifying the procedure

It is not possible to drop a procedure that is in the SYSIBM, SYSFUN, or the SYSPROC schema (SQLSTATE 42832).

ROLE role-name
Identifies the role that is to be dropped. The role-name must identify a role that already exists at the current server (SQLSTATE 42704). The role-name must not identify a role, or a role that contains role-name, if the role has either EXECUTE privilege on a routine or USAGE privilege on a sequence, and an SQL object other than a package is dependent on the routine or sequence (SQLSTATE 42893). The owner of the SQL object is either authorization-name or any user who is a member of authorization-name, where authorization-name is a role.
A DROP ROLE statement fails (SQLSTATE 42893) if any of the following conditions are true for the role to be dropped:
  • A workload exists such that one of the values for the connection attribute SESSION_USER ROLE is role-name
  • A trusted context using role-name exists

The specified role is deleted from the catalog.

SCHEMA schema-name RESTRICT
Identifies the particular schema to be dropped. The schema-name must identify a schema that is described in the catalog (SQLSTATE 42704). The RESTRICT keyword enforces the rule that no objects can be defined in the specified schema for the schema to be deleted from the database (SQLSTATE 42893).
SECURITY LABEL security-label-name
Identifies the security label to be dropped. The name must be qualified with a security policy (SQLSTATE 42704) and must identify a security label that exists at the current server (SQLSTATE 42704).
RESTRICT
This option, which is the default, prevents the security label from being dropped if any of the following dependencies exist (SQLSTATE 42893):
  • One or more authorization IDs currently hold the security label for read access
  • One or more authorization IDs currently hold the security label for write access
  • The security label is currently being used to protect one or more columns
SECURITY LABEL COMPONENT sec-label-comp-name
Identifies the security label component to be dropped. The sec-label-comp-name must identify a security label component that is described in the catalog (SQLSTATE 42704).
RESTRICT
This option, which is the default, prevents the security label component from being dropped if any of the following dependencies exist (SQLSTATE 42893):
  • One or more security policies that include the security label component are currently defined
SECURITY POLICY security-policy-name
Identifies the security policy to be dropped. The security-policy-name must identify a security policy that exists at the current server (SQLSTATE 42704).
RESTRICT
This option, which is the default, prevents the security policy from being dropped if any of the following dependencies exist (SQLSTATE 42893):
  • One or more tables are associated with this security policy
  • One or more authorization IDs hold an exemption on one of the rules in this security policy
  • One or more security labels are defined for this security policy
SEQUENCE sequence-name
Identifies the particular sequence that is to be dropped. The sequence-name, along with the implicit or explicit schema name, must identify an existing sequence at the current server. If no sequence by this name exists in the explicitly or implicitly specified schema, an error is returned (SQLSTATE 42704).
RESTRICT
The RESTRICT keyword prevents the sequence from being dropped if any of the following dependencies exist:
  • A trigger exists such that a NEXT VALUE or PREVIOUS VALUE expression in the trigger body specifies the sequence (SQLSTATE 42893).
  • An SQL routine exists such that a NEXT VALUE expression in the routine body specifies the sequence (SQLSTATE 42893).
The restrict rule is enforced by default for the same dependencies as in version 9.5 if the following conditions are met:
  • The auto_reval database configuration parameter is set to disabled
  • An inlined trigger definition, inlined SQL function definition, or inlined SQL method definition references the sequence
SERVER server-name
Identifies the data source whose definition is to be dropped from the catalog. The server-name must identify a data source that is described in the catalog (SQLSTATE 42704). The definition of the data source is deleted.

All nicknames for tables and views residing at the data source are dropped. Any index specifications dependent on these nicknames are dropped. Any user-defined function mappings, user-defined type mappings, and user mappings that are dependent on the dropped server definition are also dropped. All packages dependent on the dropped server definition, function mappings, nicknames, and index specifications are invalidated. All federated procedures that are dependent on the server definition are also dropped.

service-class-designator
SERVICE CLASS service-class-name
Identifies the service class to be dropped. The service-class-name must identify a service class that is described in the catalog (SQLSTATE 42704). To drop a service subclass, the service-superclass-name must be specified using the UNDER clause.
UNDER service-superclass-name
Specifies the service superclass of the service subclass when dropping a service subclass. The service-superclass-name must identify a service superclass that is described in the catalog (SQLSTATE 42704).
RESTRICT
This keyword enforces the rule that the service class is not to be dropped if any of the following dependencies exists:
  • The service class is a service superclass and there is a user defined service subclass under the service class (SQLSTATE 5U031). The service subclass must first be dropped.
  • The service class is a service superclass and there is a work action set mapping to the service class (SQLSTATE 5U031). The work action set must first be dropped.
  • The service class is a service subclass and there is a work action mapping to the service class (SQLSTATE 5U031). The work action must first be dropped.
  • The service class has a workload mapping (SQLSTATE 5U031). The workload mapping must first be removed. Remove the workload mapping by dropping the workload or altering the workload to not map to the service class.
  • The service class has an associated threshold (SQLSTATE 5U031). The threshold must first be dropped.
  • The service class is the target of a REMAP ACTIVITY action in a threshold (SQLSTATE 5U031). Alter the threshold to set a different service subclass as the target of the REMAP ACTIVITY action or drop the threshold.
  • The service class is not disabled (SQLSTATE 5U031). The service class must first be disabled.
RESTRICT is the default behavior.
STOGROUP storagegroup-name

Identifies the storage group that is to be dropped; storagegroup-name must identify a storage group that exists at the current server (SQLSTATE 42704). This is a one-part name.

RESTRICT
The RESTRICT keyword prevents the storage group from being dropped if a table space exists that uses the storage group (SQLSTATE 42893). RESTRICT is the default behavior.

The current default storage group cannot be dropped (SQLSTATE 42893). A new default can be designated using the ALTER STOGROUP statement.

The DROP STOGROUP statement cannot be executed while a database partition server is being added (SQLSTATE 55071).

TABLE table-name

Identifies the base table, created temporary table, or declared temporary table that is to be dropped. The table-name must identify a table that is described in the catalog or, if it is a declared temporary table, the table-name must be qualified by the schema name SESSION and exist in the application (SQLSTATE 42704). The subtables of a typed table are dependent on their supertables. All subtables must be dropped before a supertable can be dropped (SQLSTATE 42893). The table-name must not identify a catalog table (SQLSTATE 42832), or a history table associated with a system-period temporal table (SQLSTATE 42893). The specified table is deleted from the database.

All indexes, primary keys, foreign keys, row permissions (including the default row permission), column masks, check constraints, materialized query tables, and staging tables that are defined on the table are dropped. All views and triggers that reference the table are made inoperative, including both the table referenced in the ON clause of the CREATE TRIGGER statement and all tables referenced within the triggered SQL statements. All packages which depend on any object dropped or marked inoperative will be invalidated. This includes packages dependent on any supertables above the subtable in the hierarchy. Any referenced columns for which the dropped table is defined as the scope of the reference become unscoped.

Packages are not dependent on declared temporary tables, and therefore are not invalidated when such a table is dropped. Packages are, however, dependent on created temporary tables, and are invalidated when such a table is dropped.

In a federated system, a remote table that was created using transparent DDL can be dropped. Dropping a remote table also drops the nickname associated with that table, and invalidates any packages that are dependent on that nickname.

When a subtable is dropped from a table hierarchy, the columns associated with the subtable are no longer accessible although they continue to be considered with respect to limits on the number of columns and size of the row. Dropping a subtable has the effect of deleting all the rows of the subtable from the supertables. This may result in activation of triggers or referential integrity constraints defined on the supertables.

When a created temporary table or declared temporary table is dropped, and its creation preceded the active unit of work or savepoint, then the table will be functionally dropped and the application will not be able to access the table. However, the table will still reserve some space in its table space and will prevent that USER TEMPORARY table space from being dropped or the database partition group of the USER TEMPORARY table space from being redistributed until the unit of work is committed or savepoint is ended. Dropping a created temporary table or declared temporary table causes the data in the table to be destroyed, regardless of whether DROP is committed or rolled back.

If table-name is a system-period temporal table, any associated history table and any indexes defined on the history table are also dropped. To drop a system-period temporal table, the privilege set must also contain the authorization required to drop the history table (SQLSTATE 42501).

A history table associated with a system-period temporal table cannot be explicitly dropped using the DROP statement (SQLSTATE 42893). A history table is implicitly dropped when the associated system-period temporal table is dropped.

A table cannot be dropped if it has the RESTRICT ON DROP attribute.

A newly detached table is initially inaccessible. This prevents the table from being read, modified, or dropped until the SET INTEGRITY statement can be run to incrementally refresh MQTs or to complete any processing for foreign key constraints. After the SET INTEGRITY statement executes against all dependent tables, the table is fully accessible, its detached attribute is reset, and it can be dropped.

When a table is dropped, all row permissions, including the default row permission, and column masks that are created for the table are also dropped.

If the table is referenced in the definition of a row permission or a column mask, the table cannot be dropped (SQLSTATE 42893).

TABLE HIERARCHY root-table-name
Identifies the typed table hierarchy that is to be dropped. The root-table-name must identify a typed table that is the root table in the typed table hierarchy (SQLSTATE 428DR). The typed table identified by root-table-name and all of its subtables are deleted from the database.

All indexes, materialized query tables, staging tables, primary keys, foreign keys, and check constraints referencing the dropped tables are dropped. All views and triggers that reference the dropped tables are made inoperative. All packages depending on any object dropped or marked inoperative will be invalidated. Any reference columns for which one of the dropped tables is defined as the scope of the reference become unscoped.

Unlike dropping a single subtable, dropping the table hierarchy does not result in the activation of delete triggers of any tables in the hierarchy nor does it log the deleted rows.

TABLESPACE or TABLESPACES tablespace-name
Identifies the table spaces that are to be dropped; tablespace-name must identify a table space that is described in the catalog (SQLSTATE 42704). This is a one-part name. tablespace-name must not identify a table space that contains a history table unless the system-period temporal table with which it is associated is also being dropped (SQLSTATE 42893).

The table spaces will not be dropped (SQLSTATE 55024) if there is any table that stores at least one of its parts in a table space being dropped, and has one or more of its parts in another table space that is not being dropped (these tables would need to be dropped first), or if any table that resides in the table space has the RESTRICT ON DROP attribute.

Objects whose names are prefixed with 'SYS' are built-in objects and, with the exception of the SYSTOOLSPACE and SYSTOOLSTMPSPACE table spaces, cannot be dropped (SQLSTATE 42832).

A SYSTEM TEMPORARY table space cannot be dropped (SQLSTATE 55026) if it is the only temporary table space that exists in the database. A USER TEMPORARY table space cannot be dropped if there is an instance of a created temporary table or a declared temporary table created in it (SQLSTATE 55039). Even if a created temporary table has been dropped, the USER TEMPORARY table space will still be considered to be in used until all instances of the created temporary table are dropped. Instances of a created temporary table are dropped when the session terminates or when the created temporary table is referenced in the session. Even if a declared temporary table has been dropped, the USER TEMPORARY table space will still be considered to be in use until the unit of work containing the DROP TABLE statement has been committed.

Dropping a table space drops all objects that are defined in the table space. All existing database objects with dependencies on the table space, such as packages, referential constraints, and so on, are dropped or invalidated (as appropriate), and dependent views and triggers are made inoperative.

Containers that were created by a user are not deleted. Any directories in the path of the container name that were created by the database manager during CREATE TABLESPACE execution are deleted. All containers that are below the database directory are deleted. When the DROP TABLESPACE statement is committed, the DMS file containers or SMS containers for the specified table space are deleted, if possible. If the containers cannot be deleted (because they are being kept open by another agent, for example), the files are truncated to zero length. After all connections are terminated, or the DEACTIVATE DATABASE command is issued, these zero-length files are deleted.

THRESHOLD threshold-name
Identifies the threshold that is to be dropped. The threshold-name must identify a threshold that exists at the current server (SQLSTATE 42704). This is a one-part name. Thresholds with a queue, for example TOTALSCPARTITIONCONNECTIONS and CONCURRENTDBCOORDACTIVITIES, must be disabled before they can be dropped (SQLSTATE 5U025). The specified threshold is deleted from the catalog.
TRIGGER trigger-name
Identifies the trigger that is to be dropped. The trigger-name must identify a trigger that is described in the catalog (SQLSTATE 42704). The specified trigger is deleted.

Dropping triggers causes certain packages to be marked invalid.

If trigger-name specifies an INSTEAD OF trigger on a view, another trigger may depend on that trigger through an update against the view.

TRANSFORM ALL FOR type-name
Indicates that all transforms groups defined for the user-defined data type type-name are to be dropped. The transform functions referenced in these groups are not dropped. In dynamic SQL statements, the CURRENT SCHEMA special register is used as a qualifier for an unqualified object name. In static SQL statements, the QUALIFIER precompile/bind option implicitly specifies the qualifier for unqualified object names. The type-name must identify a user-defined type described in the catalog (SQLSTATE 42704).

If there are not transforms defined for type-name, an error is returned (SQLSTATE 42740).

DROP TRANSFORM is the inverse of CREATE TRANSFORM. It causes the transform functions associated with certain groups, for a given data type, to become undefined. The functions formerly associated with these groups still exist and can still be called explicitly, but they no longer have the transform property, and are no longer invoked implicitly for exchanging values with the host language environment.

The transform group is not dropped if there is a user-defined function (or method) written in a language other than SQL that has a dependency on one of the group's transform functions defined for the user-defined type type-name (SQLSTATE 42893). Such a function has a dependency on the transform function associated with the referenced transform group defined for type type-name. Packages that depend on a transform function associated with the named transform group are marked inoperative.

TRANSFORMS group-name FOR type-name
Indicates that the specified transform group for the user-defined data type type-name is to be dropped. The transform functions referenced in this group are not dropped. In dynamic SQL statements, the CURRENT SCHEMA special register is used as a qualifier for an unqualified object name. In static SQL statements, the QUALIFIER precompile/bind option implicitly specifies the qualifier for unqualified object names. The type-name must identify a user-defined type described in the catalog (SQLSTATE 42704), and the group-name must identify an existing transform group for type-name.
TRIGGER trigger-name
Identifies the trigger that is to be dropped. The trigger-name must identify a trigger that is described in the catalog (SQLSTATE 42704). The specified trigger is deleted.

Dropping triggers causes certain packages to be marked invalid.

If trigger-name specifies an INSTEAD OF trigger on a view, another trigger may depend on that trigger through an update against the view.

TRUSTED CONTEXT context-name
Identifies the trusted context that is to be dropped. The context-name must identify a trusted context that exists at the current server (SQLSTATE 42704). If the trusted context is dropped while trusted connections for this context are active, those connections remain trusted until they terminate or until the next reuse attempt. If an attempt is made to switch the user on these trusted connections, an error is returned (SQLSTATE 42517). The specified trusted context is deleted from the catalog.
TYPE type-name
Identifies the user-defined type to be dropped. In dynamic SQL statements, the CURRENT SCHEMA special register is used as a qualifier for an unqualified object name. In static SQL statements the QUALIFIER precompile/bind option implicitly specifies the qualifier for unqualified object names. For a structured type, the associated reference type is also dropped. The type-name must identify a user-defined type described in the catalog.
RESTRICT
The type is not dropped (SQLSTATE 42893) if any of the following conditions are true:
  • The type is used as the type of a column of a table or view.
  • The type has a subtype.
  • The type is a structured type used as the data type of a typed table or a typed view.
  • The type is an attribute of another structured type.
  • There exists a column of a table whose type might contain an instance of type-name. This can occur if type-name is the type of the column or is used elsewhere in the column's associated type hierarchy. More formally, for any type T, T cannot be dropped if there exists a column of a table whose type directly or indirectly uses type-name.
  • The type is the target type of a reference-type column of a table or view, or a reference-type attribute of another structured type.
  • The type, or a reference to the type, is a parameter type or a return value type of a function or method.
  • The type is a parameter type or is used in the body of an SQL procedure.
  • The type, or a reference to the type, is used in the body of an SQL function or method, but it is not a parameter type or a return value type.
  • The type is used in a check constraint, trigger, view definition, or index extension.

If RESTRICT is not specified, the behavior is the same as RESTRICT, except for functions and methods that use the type.

The restrict rule is enforced by default for the same dependencies as in version 9.5 if the auto_reval database configuration parameter is set to disabled.

Functions that use the type: If the user-defined type can be dropped, then for every function, F (with specific name SF), that has parameters or a return value of the type being dropped or a reference to the type being dropped, the following DROP FUNCTION statement is effectively executed:
   DROP SPECIFIC FUNCTION SF

It is possible that this statement also would cascade to drop dependent functions. If all of these functions are also in the list to be dropped because of a dependency on the user-defined type, the drop of the user-defined type will succeed (otherwise it fails with SQLSTATE 42893).

Methods that use the type: If the user-defined type can be dropped, then for every method, M of type T1 (with specific name SM), that has parameters or a return value of the type being dropped or a reference to the type being dropped, the following statements are effectively executed:
   DROP SPECIFIC METHOD SM
   ALTER TYPE T1 DROP SPECIFIC METHOD SM
The existence of objects that are dependent on these methods may cause the DROP TYPE operation to fail.

All packages that are dependent on methods defined in supertypes of the type being dropped, and that are eligible for overriding, are invalidated.

If the type is referenced in the definition of a row permission or a column mask, the type cannot be dropped (SQLSTATE 42893).

TYPE MAPPING type-mapping-name
Identifies the user-defined data type mapping to be dropped. The type-mapping-name must identify a data type mapping that is described in the catalog (SQLSTATE 42704). The data type mapping is deleted from the database.

No additional objects are dropped.

USAGE LIST usage-list-name
Identifies the usage list that is to be dropped. The usage-list-name, including the implicit or explicit qualifier, must identify a usage list that is described in the catalog (SQLSTATE 42704). Memory allocated for the usage list is released and is not under transactional control.
USER MAPPING FOR authorization-name | USER SERVER server-name
Identifies the user mapping to be dropped. This mapping associates an authorization name that is used to access the federated database with an authorization name that is used to access a data source. The first of these two authorization names is either identified by the authorization-name or referenced by the special register USER. The server-name identifies the data source that the second authorization name is used to access.

The authorization-name must be listed in the catalog (SQLSTATE 42704). The server-name must identify a data source that is described in the catalog (SQLSTATE 42704). The user mapping is deleted.

No additional objects are dropped.

VARIABLE variable-name
Identifies the global variable that is to be dropped. The variable-name must identify a global variable that exists at the current server (SQLSTATE 42704).

If the variable is referenced in the definition of a row permission or a column mask, the variable cannot be dropped (SQLSTATE 42893).

RESTRICT
The RESTRICT keyword prevents the global variable from being dropped if it is referenced in an SQL routine definition, trigger definition, or view definition (SQLSTATE 42893).
The restrict rule is enforced by default for the same dependencies as in version 9.5 if the following conditions are met:
  • The auto_reval database configuration parameter is set to disabled
  • An inlined trigger definition, inlined SQL function definition, inlined SQL method definition, or view references the variable
VIEW view-name
Identifies the view that is to be dropped. The view-name must identify a view that is described in the catalog (SQLSTATE 42704). The subviews of a typed view are dependent on their superviews. All subviews must be dropped before a superview can be dropped (SQLSTATE 42893).

The specified view is deleted. The definition of any view or trigger that is directly or indirectly dependent on that view is marked inoperative. Any materialized query table or staging table that is dependent on any view that is marked inoperative is dropped. Any packages dependent on a view that is dropped or marked inoperative will be invalidated. This includes packages dependent on any superviews above the subview in the hierarchy. Any reference columns for which the dropped view is defined as the scope of the reference become unscoped.

If the view is referenced in the definition of a row permission or a column mask, the view cannot be dropped (SQLSTATE 42893).

VIEW HIERARCHY root-view-name
Identifies the typed view hierarchy that is to be dropped. The root-view-name must identify a typed view that is the root view in the typed view hierarchy (SQLSTATE 428DR). The typed view identified by root-view-name and all of its subviews are deleted from the database.

The definition of any view or trigger that is directly or indirectly dependent on any of the dropped views is marked inoperative. Any packages dependent on any view or trigger that is dropped or marked inoperative will be invalidated. Any reference columns for which a dropped view or view marked inoperative is defined as the scope of the reference become unscoped.

WORK ACTION SET work-action-set-name
Identifies the work action set that is to be dropped. The work-action-set-name must identify a work action set that exists at the current server (SQLSTATE 42704). All work actions that are contained by the work-action-set-name are also dropped.
WORK CLASS SET work-class-set-name
Identifies the work class set that is to be dropped. The work-class-set-name must identify a work class set that exists at the current server (SQLSTATE 42704). All work classes that are contained by the work-class-set-name are also dropped.
WORKLOAD workload-name
Identifies the workload that is to be dropped. This is a one-part name. The workload-name must identify a workload that exists at the current server (SQLSTATE 42704). SYSDEFAULTUSERWORKLOAD or SYSDEFAULTADMWORKLOAD cannot be dropped (SQLSTATE 42832). A workload must be disabled and must not have active workload occurrences associated with it before it can be dropped (SQLSTATE 5U023). To drop a workload with an associated threshold (SQLSTATE 5U031), you must drop the threshold first. The specified workload is deleted from the catalog.
WRAPPER wrapper-name
Identifies the wrapper to be dropped. The wrapper-name must identify a wrapper that is described in the catalog (SQLSTATE 42704). The wrapper is deleted.

All server definitions, user-defined function mappings, and user-defined data type mappings that are dependent on the wrapper are dropped. All user-defined function mappings, nicknames, user-defined data type mappings, and user mappings that are dependent on the dropped server definitions are also dropped. Any index specifications dependent on the dropped nicknames are dropped, and any views dependent on these nicknames are marked inoperative. All packages dependent on the dropped objects and inoperative views are invalidated. All federated procedures that are dependent on the dropped server definitions are also dropped.

XSROBJECT xsrobject-name
Identifies the XSR object to be dropped. The xsrobject-name must identify an XSR object that is described in the catalog (SQLSTATE 42704).

Check constraints that reference the XSR object are dropped. All triggers and views referencing the XSR object are marked inoperative. Packages having a dependency on a dropped XSR object are invalidated.

In a partitioned database environment, you can issue this statement against an XSR object by connecting to any partition.

Rules

Dependencies: Table 1 shows the dependencies that objects have on each other. Not all dependencies are explicitly recorded in the catalog. For example, there is no record of the constraints on which a package has dependencies. Four different types of dependencies are shown:
R
Restrict semantics. The underlying object cannot be dropped as long as the object that depends on it exists.
C
Cascade semantics. Dropping the underlying object causes the object that depends on it (the depending object) to be dropped as well. However, if the depending object cannot be dropped because it has a Restrict dependency on some other object, the drop of the underlying object will fail.
X
Inoperative semantics. Dropping the underlying object causes the object that depends on it to become inoperative. It remains inoperative until a user takes some explicit action.
A
Automatic invalidation and revalidation semantics. Dropping the underlying object causes the object that depends on it to become invalid. The database manager attempts to revalidate the invalid object.

A package used by a function or a method, or by a procedure that is called directly or indirectly from a function or method, will only be automatically revalidated if the routine is defined as MODIFIES SQL DATA. If the routine is not MODIFIES SQL DATA, an error is returned (SQLSTATE 56098).

In general, the database manager attempts to revalidate the invalid objects the next time the object is used. However, in situations when auto_reval is set to IMMEDIATE, the impacted dependent objects will be revalidated immediately after they become invalid. Those situations are:
  • ALTER TABLE ... ALTER COLUMN
  • ALTER TABLE ... DROP COLUMN
  • ALTER TABLE ... RENAME COLUMN
  • ALTER TYPE ... ADD ATTRIBUTE
  • ALTER TYPE ... DROP ATTRIBUTE
  • Any CREATE statement that specifies "OR REPLACE"
Some of the dependencies shown in Table 1 change to "A" (Automatic Invalidation/Revalidation semantics) when the database configuration parameter auto_reval is set to IMMEDIATE or DEFERRED. Table 2 summarizes the dependent objects that are impacted. Objects listed in the "Impacted Dependent Objects" column will be invalidated when the corresponding statement listed in the "Statement" column is executed.
Some DROP statement parameters and objects are not shown in Table 1 because they would result in blank rows or columns:
  • EVENT MONITOR, PACKAGE, PROCEDURE, SCHEMA, TYPE MAPPING, and USER MAPPING DROP statements do not have object dependencies.
  • Alias, buffer pool, distribution key, privilege, and procedure object types do not have DROP statement dependencies.
  • A DROP SERVER, DROP FUNCTION MAPPING, or DROP TYPE MAPPING statement in a given unit of work (UOW) cannot be processed under either of the following conditions:
    • The statement references a single data source, and the UOW already includes a SELECT statement that references a nickname for a table or view within this data source (SQLSTATE 55006).
    • The statement references a category of data sources (for example, all data sources of a specific type and version), and the UOW already includes a SELECT statement that references a nickname for a table or view within one of these data sources (SQLSTATE 55006).
Table 1. Dependencies
Statement Object Type

C
O
N
S
T
R
A
I
N
T

F
U
N
C
T
I
O
N

F
U
N
C
T
I
O
N

M
A
P
P
I
N
G

G
L
O
B
A
L

V
A
R
I
A
B
L
E

I
N
D
E
X

I
N
D
E
X

E
X
T
E
N
S
I
O
N

M
A
S
K

M
E
T
H
O
D

N
I
C
K
N
A
M
E

D
B

P
A
R
T
I
T
I
O
N

G
R
O
U
P

P
A
C
K
A
G
E31

P
E
R
M
I
S
S
I
O
N

S
E
R
V
E
R

S
E
R
V
I
C
E

C
L
A
S
S

T
A
B
L
E

T
A
B
L
E

S
P
A
C
E

T
H
R
E
S
H
O
L
D

T
R
I
G
G
E
R

T
Y
P
E

T
Y
P
E

M
A
P
P
I
N
G

U
S
A
G
R

L
I
S
T

U
S
E
R

M
A
P
P
I
N
G

V
I
E
W

W
O
R
K

A
C
T
I
O
N

W
O
R
K

A
C
T
I
O
N

S
E
T

W
O
R
K
L
O
A
D

X
S
R
O
B
J
E
C
T

ALTER FUNCTION - - - - - - - - - - A - - - - - - - - - - - - - - - -
ALTER METHOD - - - - - - - - - - A - - - - - - - - - - - - - - - -
ALTER NICKNAME, altering the local name or the local type R33 R - - - - - R - - A - - - R - - - - - - - R - - - -
ALTER NICKNAME, altering a column option or a nickname option - - - - - - - - - - A - - - R - - - - - - - - - - - -
ALTER NICKNAME, adding, altering, or dropping a constraint - - - - - - - - - - A - - - - - - - - - - - - - - - -
ALTER PROCEDURE - - - - - - - - - - A - - - - - - - - - - - - - - - -
ALTER SERVER - - - - - - - - - - A - - - - - - - - - - - - - - - -
ALTER TABLE ALTER COLUMN - A - A - - R - - - A - - - - - - A - - - - A - - - X34
ALTER TABLE DROP COLUMN C C - C C - R - - - - R - - - - - C - - - - C - - - X34
ALTER TABLE DROP CONSTRAINT C - - - - - - - - - A1 - - - - - - - - - - - - - - - -
ALTER TABLE DROP PARTITIONING KEY - - - - - - - - - R20 A1 - - - - - - - - - - - - - - - -
ALTER TYPE ADD ATTRIBUTE - - - - - R - - - - A23 - - - R24 - - - - - - - R14 - - - -
ALTER TYPE ALTER METHOD - - - - - - - - - - A - - - - - - - - - - - - - - - -
ALTER TYPE DROP ATTRIBUTE - - - - - R - - - - A23 - - - R24 - - - - - - - R14 - - - -
ALTER TYPE ADD METHOD - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALTER TYPE DROP METHOD - - - - - - - R27 - - - - - - - - - - - - - - - - - - -
CREATE METHOD - - - - - - - - - - A28 - - - - - - - - - - - - - - - -
CREATE TYPE - - - - - - - - - - A29 - - - - - - - - - - - - - - - -
DROP ALIAS - R - R - - R - - - A3 R - - C3 - - X3 - - - - X3 - - - -
DROP BUFFERPOOL - - - - - - - - - - - - - - - R - - - - - - - - - - -
DROP DATABASE PARTITION GROUP - - - - - - - - - - - - - - - C - - - - - - - - - - -
DROP FUNCTION R R7 R R - R R R7 - - X R - - R - - R - - - - R - - - -
DROP FUNCTION MAPPING - - - - - - - - - - A - - - - - - - - - - - - - - - -
DROP INDEX R - - - - - - - - - A - - - - - - - - - C37 - R17 - - - -
DROP INDEX EXTENSION - R - R R - - - - - - - - - - - - - - - - - - - - - -
DROP MASK - - - - - - - - - - A39 - - - - - - - - - - - - - - - -
DROP METHOD R R7 R R - R - R - - X,
A30
- - - R - - R - - - - R - - - -
DROP NICKNAME - R - R C - - R - - A - - - C11 - - - - - - - X16 - - - -
DROP PERMISSION - - - - - - - - - - A40 - - - - - - - - - - - - - - - -
DROP PROCEDURE - R7 - R - - - R7 - - A - - - - - - R - - - - - - - - -
DROP SEQUENCE - R - - - - - R - - A - - - - - - R - - - - - - - - -
DROP SERVER - C21 C19 - - - - - C - A - - - - - - - - C19 - C - - - - -
DROP SERVICE CLASS - - - - - - - - - - - - - R35 - - R35 - - - - - - R35 - R35 -
DROP STOGROUP - - - - - - - - - - - - - - - R - - - - - - - - - - -
DROP TABLE32 C R - R C - R - - - A9 R - - R,
C11
- - X16 - - C37 - X16 - - - X34
DROP TABLE HIERARCHY C R - R C - - - - - A9 - - - R,
C11
- - X16 - - - - X16 - - - -
DROP TABLESPACE - - - - C6 - - - - - - - - - C,
R6
- - - - - - - - - - - -
DROP TRANSFORM - R - - - - - - - - X - - - - - - - - - - - - - - - -
DROP TRIGGER - - - - - - - - - - A1 - - - - - - X26 - - - - - - - - -
DROP TYPE R13 R5 - R - R - - - - A12 - - - R18 - - R13 R4 - - - R14 - - - -
DROP VARIABLE - - R R - - R R - - A R - - - - - R - - - - R - - - -
DROP VIEW - R - R - - R - - - A2 R - - - - - X16 - - - - X15 - - - -
DROP VIEW HIERARCHY - R - R - - - - - - A2 - - - - - - X16 - - - - X16 - - - -
DROP WORK CLASS SET - - - - - - - - - - - - - - - - - - - - - - - - R36 - -
DROP WRAPPER - - C - - - - - - - - - C - - - - - - C - - - - - - -
DROP XSROBJECT C - - - - - - - - - A - - - - - - X - - - - X - - - -
REVOKE a privilege10 - C,
R25
- - - - R38 C,
R25
- - A1 R38 - - C,
X8
- - X - - - - X8 - - - -
1
This dependency is implicit in depending on a table with these constraints, triggers, or a distribution key.
2
If a package has an INSERT, UPDATE, or DELETE statement acting upon a view, then the package has an insert, update or delete usage on the underlying base table of the view. In the case of UPDATE, the package has an update usage on each column of the underlying base table that is modified by the UPDATE.

If a package has a statement acting on a typed view, creating or dropping any view in the same view hierarchy will invalidate the package.

3
If a package, materialized query table, staging table, view, or trigger uses an alias, it becomes dependent both on the alias and the object that the alias references. If the alias is in a chain, a dependency is created on each alias in the chain.

Aliases themselves are not dependent on anything. It is possible for an alias to be defined on an object that does not exist.

4
A user-defined type T can depend on another user-defined type B, if T:
  • names B as the data type of an attribute
  • has an attribute of REF(B)
  • has B as a supertype.
5
If the user-defined type is referenced as a function parameter type or return type, then the type will be dropped and its catalog data will be maintained due to the routine parameter dependency. A value 'X' in the VALID column of the SYSCAT.DATATYPES catalog view indicates this dropped type. Its catalog data will be deleted by a DROP FUNCTION statement if the DROP FUNCTION statement also dropped the last routine parameter dependency on this type, or will be deleted by a CREATE TYPE statement with the same schema name, module name, and type name. If the user-defined type is a structured type, any methods that are associated with the type are also dropped.
6
Dropping a table space or a list of table spaces causes all the tables that are completely contained within the given table space or list to be dropped. However, if a table spans table spaces (indexes, long columns, or data partitions in different table spaces) and those table spaces are not in the list being dropped, the table spaces cannot be dropped as long as the table exists.
7
A function can depend on another specific function if the depending function names the base function in a SOURCE clause. A function or method can also depend on another specific function or method if the depending routine is written in SQL and uses the base routine in its body. An external method, or an external function with a structured type parameter or returns type will also depend on one or more transform functions.
8
Only loss of SELECT privilege will cause a materialized query table to be dropped or a view to become inoperative. If the view that is made inoperative is included in a typed view hierarchy, all of its subviews also become inoperative.
9
If a package has an INSERT, UPDATE, or DELETE statement acting on table T, then the package has an insert, update or delete usage on T. In the case of UPDATE, the package has an update usage on each column of T that is modified by the UPDATE.

If a package has a statement acting on a typed table, creating or dropping any table in the same table hierarchy will invalidate the package.

10
Dependencies do not exist at the column level because privileges on columns cannot be revoked individually.

If a package, trigger or view includes the use of OUTER(Z) in the FROM clause, there is a dependency on the SELECT privilege on every subtable or subview of Z. Similarly, if a package, trigger, or view includes the use of DEREF(Y) where Y is a reference type with a target table or view Z, there is a dependency on the SELECT privilege on every subtable or subview of Z.

11
A materialized query table is dependent on the underlying tables or nicknames specified in the fullselect of the table definition.

Cascade semantics apply to dependent materialized query tables.

A subtable is dependent on its supertables up to the root table. A supertable cannot be dropped until all of its subtables are dropped.

A history table is dependent on the system-period temporal table with which it is associated. Cascade semantics apply to the history table when the system-period temporary table on which depends is dropped.

12
A package can depend on structured types as a result of using the TYPE predicate or the subtype-treatment expression (TREAT expression AS data-type). The package has a dependency on the subtypes of each structured type specified in the right side of the TYPE predicate, or the right side of the TREAT expression. Dropping or creating a structured type that alters the subtypes on which the package is dependent causes invalidation.

All packages that are dependent on methods defined in supertypes of the type being dropped, and that are eligible for overriding, are invalidated.

13
A check constraint or trigger is dependent on a type if the type is used anywhere in the constraint or trigger. There is no dependency on the subtypes of a structured type used in a TYPE predicate within a check constraint or trigger.
14
A view is dependent on a type if the type is used anywhere in the view definition (this includes the type of typed view). There is no dependency on the subtypes of a structured type used in a TYPE predicate within a view definition.
15
A subview is dependent on its superview up to the root view. A superview cannot be dropped until all its subviews are dropped. Refer to 16 for additional view dependencies.
16
A trigger or view is also dependent on the target table or target view of a dereference operation or DEREF function. A trigger or view with a FROM clause that includes OUTER(Z) is dependent on all the subtables or subviews of Z that existed at the time the trigger or view was created.
17
A typed view can depend on the existence of a unique index to ensure the uniqueness of the object identifier column.
18
A table may depend on a user defined data type (distinct or structured) because the type is:
  • used as the type of a column
  • used as the type of the table
  • used as an attribute of the type of the table
  • used as the target type of a reference type that is the type of a column of the table or an attribute of the type of the table
  • directly or indirectly used by a type that is the column of the table.
19
Dropping a server cascades to drop the function mappings and type mappings created for that named server.
20
If the distribution key is defined on a table in a multiple partition database partition group, the distribution key is required.
21
If a dependent OLE DB table function has "R" dependent objects (see DROP FUNCTION), then the server cannot be dropped.
22
An SQL function or method can depend on the objects referenced by its body.
23
When an attribute A of type TA of type-name T is dropped, the following DROP statements are effectively executed:
   Mutator method: DROP METHOD A (TA) FOR T
   Observer method: DROP METHOD A () FOR T
   ALTER TYPE T
     DROP METHOD A(TA)
     DROP METHOD A()
24
A table may depend on an attribute of a user-defined structured data type in the following cases:
  1. The table is a typed table that is based on type-name or any of its subtypes.
  2. The table has an existing column of a type that directly or indirectly refers to type-name.
25
A REVOKE of SELECT privilege on a table or view that is used in the body of an SQL function or method body causes an attempt to drop the function or method body, if the function or method body defined no longer has the SELECT privilege. If such a function or method body is used in a view, trigger, function, or method body, it cannot be dropped, and the REVOKE is restricted as a result. Otherwise, the REVOKE cascades and drops such functions.
26
A trigger depends on an INSTEAD OF trigger when it modifies the view on which the INSTEAD OF trigger is defined, and the INSTEAD OF trigger fires.
27
A method declaration of an original method that is overridden by other methods cannot be dropped (SQLSTATE 42893).
28
If the method of the method body being created is declared to override another method, all packages dependent on the overridden method, and on methods that override this method in supertypes of the method being created, are invalidated.
29
When a new subtype of an existing type is created, all packages dependent on methods that are defined in supertypes of the type being created, and that are eligible for overriding (for example, no mutators or observers), are invalidated.
30
If the specific method of the method body being dropped is declared to override another method, all packages dependent on the overridden method, and on methods that override this method in supertypes of the specific method being dropped, are invalidated.
31
Cached dynamic SQL has the same semantics as packages.
32
When a remote base table is dropped using the DROP TABLE statement, both the nickname and the remote base table are dropped.
33
A primary key or unique keys that are not referenced by a foreign key do not restrict the altering of a nickname local name or local type.
34
An XSROBJECT can become inoperative for decomposition as a result of changes to a table that is associated with the XML schema for decomposition. Changes that could impact decomposition are: dropping the table or dropping a column of the table, or changing a column of the table. The decomposition status of the XML schema can be reset by issuing an ALTER XSROBJECT statement to enable or disable decomposition for the XML schema.
35
  • A service class cannot be dropped if any threshold is mapped to it (SQLSTATE 5U031).
  • A service class cannot be dropped if any workload is mapped to it (SQLSTATE 5U031).
  • A service superclass cannot be dropped until all of its user-defined service subclasses have been dropped (SQLSTATE 5U031).
  • A service superclass cannot be dropped if any work action set is mapped to it (SQLSTATE 5U031).
  • A service subclass cannot be dropped if any work action is mapped to it (SQLSTATE 5U031).
36
A work class set cannot be dropped until the work action set that is defined on it has been dropped.
37
Once the index or table is dropped, its usage list will be invalidated in the catalog. Revalidation will take place on the next activation of the list or it can be explicitly revalidated using the procedure ADMIN_REVALIDATE_DB_OBJECTS.
38
Revoking a privilege is restricted if it causes an object to be dropped or invalidated, and a permission or mask depends on it. For example, if you have a view which depends on a table, and a permission or mask that references the view, REVOKE SELECT on the table invalidates the view, but causes an error.
39
Packages are invalidated when a table on which the enabled permission is defined has row level access control activated on the table. Packages are not affected when dropping a permission that is disabled or is defined on a table with row access control deactivated.
40
Packages are invalidated when a table on which the enabled permission is defined has row level access control activated on the table. Packages are not affected when dropping a permission that is disabled or is defined on a table with row access control deactivated.
Table 2. Dependent Objects Impacted by auto_reval
Statement Impacted Dependent Objects
ALTER NICKNAME (altering the local name or the local type) Anchor Type, Function, Method, Procedure, User Defined Type, Variable, View
ALTER TABLE ALTER COLUMN Anchor Type, Function, Method, Procedure, Trigger4, User Defined Type, Variable, View, XSROBJECT
ALTER TABLE DROP COLUMN2 Anchor Type, Function, Method, Index, Procedure, Trigger4, User Defined Type, Variable, View, XSROBJECT
ALTER TABLE RENAME COLUMN1, 3 Anchor Type, Function, Method, Index, Procedure, Trigger4, User Defined Type, Variable, View, XSROBJECT
ALTER TYPE ADD ATTRIBUTE View
ALTER TYPE DROP ATTRIBUTE View
DROP ALIAS Anchor Type, Function, Method, Procedure, Trigger, User Defined Type, Variable, View
DROP FUNCTION (ALTER MODULE DROP FUNCTION) Function, Function Mapping, Index Extension, Method, Procedure, Trigger, Variable, View
DROP METHOD Function, Function Mapping, Index Extension, Method, Procedure, Trigger, Variable, View
DROP NICKNAME Anchor Type, Function, Method, Procedure, Trigger, User Defined Type, Variable, View
DROP PROCEDURE (ALTER MODULE DROP PROCEDURE) Function, Method, Procedure, Trigger
DROP SEQUENCE Function, Method, Procedure, Trigger, Variable, View
DROP TABLE Anchor Type, Function, Method, Procedure, Trigger4, User Defined Type, Variable, View, XSROBJECT
DROP TABLE HIERARCHY Function, Method, Procedure, Trigger, Variable, View
DROP TRIGGER Trigger
DROP TYPE (ALTER MODULE DROP TYPE) Anchor Type, Cursor Type, Function, Method, Procedure, Index Extension, Trigger, User Defined Type, Variable, View
DROP VARIABLE (ALTER MODULE DROP VARIABLE) Anchor Type, Function, Function Mapping, Method, Procedure, Trigger, User Defined Type, Variable, View
DROP VIEW Anchor Type, Function, Method, Procedure, Trigger4, User Defined Type, Variable, View
DROP VIEW HIERARCHY Function, Procedure, Trigger, Variable, View
DROP XSROBJECT Trigger, View
RENAME TABLE Anchor Type, Function, Method, Procedure, Trigger4, User Defined Type, Variable, View, XSROBJECT
REVOKE a privilege Function, Method, Procedure, Trigger, Variable, View
CREATE OR REPLACE ALIAS1 Function, Trigger, Procedure, Variable, View
CREATE OR REPLACE VIEW1 Anchor Type, Function, Method, Procedure, Trigger4, User Defined Type, Variable, View
CREATE OR REPLACE FUNCTION1 Function, Function Mapping, Index Extension, method, Procedure, Variable, View
CREATE OR REPLACE PROCEDURE1 Function, Method, Procedure, Trigger
CREATE OR REPLACE NICKNAME1 Function, method, Procedure, Variable, View
CREATE OR REPLACE SEQUENCE1 Function, Method, Procedure, Trigger, Variable, View
CREATE OR REPLACE VARIABLE1 Function, Method, Procedure, Trigger, User Defined Type, Variable, View
CREATE OR REPLACE TRIGGER1 Trigger
1
Immediate revalidation semantics apply for these statements (for the CREATE statements, only if OR REPLACE is specified) regardless of the setting of the auto_reval database configuration parameter.
2
The dependent objects listed will be revalidated the next time the object is used, except for the following objects, which will be revalidated immediately as part of the statement:
  • ANCHOR TYPE
  • CURSOR TYPE
  • VIEW (where the select list consists only of SELECT *, and does not contain any explicitly defined view columns).
For an immediate view revalidation, the list of column names for the select list will be re-established during revalidation.
3
The dependent objects listed will be revalidated the next time the object is used except for the following objects, which will be revalidated immediately as part of the statement:
  • User Defined Type
  • VIEW (where the select list consists only of SELECT *, and does not contain any explicitly defined view columns).
For an immediate view revalidation, the list of column names for the select list will be re-established during revalidation.
4
If the dependency is because the trigger is defined on the table or view, then the inoperative semantics from Table 1 continue to apply. If the dependency is because the trigger body references the table or view, then automatic invalidation and revalidation semantics apply.

The DROP DATABASE PARTITION GROUP statement might fail (SQLSTATE 55071) if an add database partition server request is either pending or in progress. This statement might also fail (SQLSTATE 55077) if a new database partition server is added online to the instance and not all applications are aware of the new database partition server.

Notes

Examples