Please enter search query.
Search <book_title>...
Veritas Velocity™ User's Guide
Last Published:
2017-11-28
Product(s):
Velocity (2.8)
- Getting to know Velocity
- Setting up Velocity
- How to set up the Velocity Storage Server
- How to set up the Velocity Client
- Setting up the Velocity on-premises management server
- Upgrading Velocity
- Velocity Storage Server
- Users and roles
- Oracle database ingestion using Velocity
- How to use copy preparation to mask or sanitize sensitive data
- Oracle database ingestion using NetBackup CoPilot
- Microsoft SQL Server database ingestion using Velocity
- Database sources and copies
- About scheduling ingestions for a database source
- Retention periods for database sources and copies
- Sandboxes
- Database recovery
- Alerts and logs
- Managing the Velocity physical appliance
- Configuring network address settings on the Velocity physical appliance
- About WAN optimization on the Velocity physical appliance
- About the Veritas Remote Management Console on the Velocity physical appliance
- About Velocity physical appliance storage
- About users on the Velocity physical appliance
- About Velocity physical appliance checkpoints
- About factory reset on the Velocity physical appliance
- Configuring network address settings on the Velocity physical appliance
- Monitoring the Velocity physical appliance
- Velocity physical appliance security
- About Velocity physical appliance user account privileges
- About the Velocity physical appliance intrusion detection system
- About Velocity physical appliance operating system security
- Recommended IPMI settings on the Velocity physical appliance
- Best practices
- Troubleshooting
- Glossary
- Context-sensitive topics
- Section I. Velocity shell menu commands
- Introduction
- Appendix A. Main > Manage > Storage
- Appendix B. Main > Manage > Cloud
- Appendix C. Main > Manage > Software
- Appendix D. Main > Monitor
- Appendix E. Main > Network
- Appendix F. Main > Settings
- Appendix G. Main > Support
Canceling an Oracle database ingestion
You can cancel an active, running database ingestion from either the Velocity Cloud Console or from the command line, depending on where you started the database ingestion.
To cancel an Oracle database ingestion from the Velocity Cloud Console
- From the Velocity Cloud Console, in the left pane, click Database Sources.
- Select the row that contains the database ingestion that you want to cancel, and then click Cancel.
- When prompted, click Cancel Ingest.
To cancel an Oracle database ingestion from the command line
- Open a terminal window on the server where you ran the ingest_dba application.
- Type the following command:
ps - ef | grep ingest_dba
- 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
- From the same mount path where you ran the ingest_dba application, locate the tools/script directory.
- Type the following command to initiate the kill-process script:
kill-process -p<ingest_dba process id>