Searching...
Filters
SmallMediumLarge
Home Print Show Topic URL Previous Next

Canceling an Oracle database ingestion

Velocity Help

You can cancel an active, running database ingestion from either the Velocity Console or from the command line, depending on where you started the database ingestion.

To cancel an Oracle database ingestion from the Velocity Console

  1. From the Velocity Console, in the left pane, click Database Sources.

  2. Select the row that contains the database ingestion that you want to cancel, and then click Cancel.

  3. When prompted, click Cancel Ingest.

To cancel an Oracle database ingestion from the command line

  1. Open a terminal window on the server where you ran the ingest_dba application.

  2. Type the following command:

    ps - ef | grep ingest_dba

  3. Locate the process ID of the ingest that you want to cancel.

    More than one process ID may be returned for an ingestion. Choose one process ID, and the other processes are automatically terminated.

    For example, in the following text, the first number (10286) is the process ID.

    oracle 10286 1 10 15:06 ? 00:00:00 /mnt/velocity/DBASM_73105580-bc8e-11e6-8863-fa163e091992/tools/bin/ingest_dba

  4. From the same mount path where you ran the ingest_dba application, locate the tools/script directory.

  5. Type the following command to initiate the kill-process script:

    kill-process -p<ingest_dba process id>