Administrator's Reference

DELETE SPACETRIGGER (Delete the Database or Recovery Log Space Triggers)

Use this command to delete the definition of the database or recovery log space trigger.

Privilege Class

To issue this command, you must have system privilege or unrestricted storage privilege.

Syntax

>>-DELete SPACETrigger--+-DB---+-------------------------------><
                        '-LOG--'
 

Parameters

DB
Specifies the database space trigger.

LOG
Specifies the recovery log space trigger.

Examples

Task 1

Delete the definition for the database space trigger.

Command:
delete spacetrigger db

Task 2

Delete the definition for the recovery log space trigger.

Command:
delete spacetrigger log

Related Commands

Table 101. Commands Related to DELETE SPACETRIGGER

Command Description
DEFINE SPACETRIGGER Defines the database or recovery log space trigger.
QUERY SPACETRIGGER Displays information about the database or recovery log space trigger.
UPDATE SPACETRIGGER Changes attributes of the database or recovery log space trigger.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]