Veritas Velocity™ User's Guide
- 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
Editing default options for the ingest method for Oracle databases
The ingest_dba
application ingests an Oracle database to the NFS export path on the Velocity Storage Server. You can edit the default options in the ingest_options.json
file to customize the ingest_dba
application for your environment or to customize a specific backup.
If you create a custom parameter file to control the startup behavior of a sandbox, use the ingest_options.json
file to specify the location of the custom parameter file. When a database is ingested to Velocity, the custom parameter file is stored with the database copy. Then, the custom parameter file is automatically applied to a sandbox when it is created from the database copy.
For any changes to take effect, edit the ingest_options.json
file before you run the ingest_dba
application.
To edit the default options for the command-line ingest method for Oracle
- Use your preferred text editor to open the
ingest_options.json
file, which is located at the root of the NFS export path on the Veritas Velocity Storage Server.Note:
Graphical editors are not supported.
- Edit any of the following options:
To change the name of the folder where the log files for the
ingest_dba
script are storedFor the LogPath attribute, type the full name of the folder.
The default value is /var/tmp/velocity/log.
To change the number of seconds to wait until the snapshot of the ingested data times out
For the SynchronousSnapSeconds attribute, type the number of seconds.
The default value is 1800 seconds.
To change the storage type for source ASM databases to be ingested to file system storage
For the StorageType attribute, change the setting to "FS", including the quote marks.
This attribute applies only to databases that are on ASM.
This attribute does not affect the databases that are stored in file systems.
The default value is "ASM".
To change the number of RMAN channels to allocate
For the ChannelCount attribute, type the number of RMAN channels to allocate.
If you have not configured channel parallelism, or if you have configured it to use a single channel, then the default value for this option is used.
The default value is 4.
The minimum value that you can specify is 0. If you enter a value less than 0, then the default value is used.
The maximum value that you can enter is 25.
To specify the location of the custom parameter file
For the CustomPFilePath attribute, type the location of the custom parameter file on the Oracle Database server from which the database ingest is run.
The default value of the folder is /var/tmp/velocity/pfile.
- Save the
ingest_options.json
file.
More Information
Ingesting an Oracle database into Velocity from the command line