Table of Contents

Search

  1. About the Data Vault Administrator Guide
  2. Introduction to the Data Vault
  3. Data Vault Service Startup and Shutdown
  4. Data Vault Configuration
  5. Data Vault SSL Setup
  6. Data Vault ODBC Setup
  7. Data Vault Administration
  8. Data Repartitioning
  9. Partial Data Vault Copy
  10. Archived Data Migration
  11. Bulk File Uploader
  12. Data Vault Administration Tool
  13. Data Vault Logs
  14. User Account Privileges
  15. ssasql Command Line Program
  16. Data Vault Audit Log
  17. Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

ssadbcopy for Data Import Examples

ssadbcopy for Data Import Examples

You can run the ssadbopy command in data import mode with one or more options.
Data import in append mode
You want to insert data in the target system in append mode.
Run the ssadbcopy command with the following options:
ssadbcopy -i /u01/ilmadm/tar_cp/idvmeta_backup_transfer_2014_02_26_11_45_39.tar -r /u01/ilmadm/temp
The utility opens the TAR archive file in directory
/u01/ilmadm/tar_cp/
and extracts the contents to directory
/u01/ilmadm/temp
. The utility appends the data to the existing data structure.
Data import in insert mode
You want to insert data in the target system in insert mode.
Run the ssadbcopy command with the following options:
ssadbcopy –a 1 -i /u01/ilmadm/tar_cp/idvmeta_backup_transfer_2014_02_26_11_45_39.tar -r /u01/ilmadm/temp
The utility opens the TAR archive file in directory
/u01/ilmadm/tar_cp/
and extracts the contents to directory
/u01/ilmadm/temp
. The utility drops and creates the data structures.

0 COMMENTS

We’d like to hear from you!