Previous Topic

Next Topic

Drop Location

Valid in: SQL, ESQL

The Drop Location statement deletes a name that was assigned to a physical disk location using the create location statement. Note that you can only drop a data or work location if no currently existing database has been extended to it. You cannot drop other types of locations.

Previous Topic

Next Topic

Syntax

The Drop Location statement has the following format:

[EXEC SQL] DROP LOCATION location_name;

Previous Topic

Next Topic

Embedded Usage

You cannot use host language variables in an embedded Drop Location statement.

Previous Topic

Next Topic

Permissions

You must have the maintain_locations privilege and be working in a session that is connected to the iidbdb.

Previous Topic

Next Topic

Locking

The Drop Location statement locks pages in the iilocation_info catalog.

Previous Topic

Next Topic

Related Statements: Drop Location

Alter Location

Create Location

Modify


© 2007 Ingres Corporation. All rights reserved.