Previous Topic

Next Topic

Drop Dbevent

Valid in: SQL, ESQL

The Drop Dbevent statement drops the specified database event.

Previous Topic

Next Topic

Syntax

The Drop Dbevent statement has the following format:

[EXEC SQL] DROP DBEVENT [schema.]event_name;

Previous Topic

Next Topic

Embedded Usage

In an embedded Drop Dbevent statement, event_name cannot be specified using a host string variable. Event_name can be specified as the target of a dynamic SQL statement string.

Previous Topic

Next Topic

Permissions

You must be the owner of a database event. If applications are currently registered to receive the database event, the registrations are not dropped. If the database event was raised prior to being dropped, the database event notifications remain queued, and applications can receive them using the get dbevent statement.

Previous Topic

Next Topic

Related Statements

Create Dbevent

Grant (privilege)

Raise Dbevent

Register Dbevent

Remove Dbevent

Previous Topic

Next Topic

Example: Drop Location

The following example deletes the specified location:

drop location extra_work_disk;


© 2007 Ingres Corporation. All rights reserved.