START EXTRACT

Use START EXTRACT to start the Extract process. To confirm that Extract has started, use the INFO EXTRACT or STATUS EXTRACT command. Extract can be started at its normal start point (from initial or current checkpoints) or from an alternate, user-specified position in the data source.

Normal Start Point

Without options, START EXTRACT directs an Extract to start processing at one of the following locations in the data source to maintain data integrity:

Alternate Start Point

Before starting Extract with ATCSN or AFTERCSN, you must establish a physical starting location with one of the following commands:

Syntax

START EXTRACT *group_name*
        [ATCSN *csn* | AFTERCSN *csn*]
        [BR*options*]

group_name

The name of an Extract group or a wildcard (*) to specify multiple groups. For example, T* starts all Extract groups whose names begin with T.

ATCSN csn AFTERCSN csn

Specifies an alternate start point.

ATCSN

Directs Extract to position its start point at the first transaction that has the specified CSN. Any transactions in the data source that have CSN values less than the specified one are skipped.

AFTERCSN

Directs Extract to position its start point at the beginning of the first transaction after the one that has the specified CSN. Any transactions in the data source that have CSN values that are less than, or equal to, the specified one are skipped.

csn

Specifies a CSN value. Enter the CSN value in the format that is valid for the database. Extract abends if the format is invalid and writes a message to the report file. To determine the CSN to supply after an initial load is complete, use the serial identifier at which the load utility completed. Otherwise, follow the instructions in the initial load procedure for determining when to start Extract.

The following are additional guidelines to observe when using ATCSN and AFTERCSN:

BR options

Extract can be started with BR options. Here are some examples of the BR options:

See [BR](/pls/topic/lookup?ctx=en/database/goldengate/core/26/gclir&id=GWURF-GUID-D6BBBB23-9CE3-4FFE-9503-503F05E6FE85) in Parameters and Functions Reference for Oracle GoldenGate for details.

Examples


START EXTRACT exte

START EXTRACT exte ATCSN 684993

START EXTRACT exte AFTERCSN 684993