Previous Topic

Next Topic

Copy Statement Operation

The copy statement allows you to do the following:

Previous Topic

Next Topic

Binary and Formatted Copying

A special form of the copy statement is used to perform a fast copy of an entire table with no format changes.

Previous Topic

Next Topic

Bulk and Incremental Copy

When copying data to a table, the copy from statement can run in either of the following modes:

Previous Topic

Next Topic

Copy Permissions and Integrities

The copy statement itself does not require permissions to run. However, you must have permission to access the table being copied. At least one of the following must apply:

To copy data in and out of the database as quickly as possible, the copy statement does not check for:

For information on integrities, constraints, and rules, see the chapter "Ensuring Data Integrity."

Previous Topic

Next Topic

Locking During a Copy

When you use the copy statement, the locking system takes one of the following actions:

For a complete explanation of locking, see the chapter "Understanding the Locking System."


© 2007 Ingres Corporation. All rights reserved.