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. Data Validation
  12. Bulk File Uploader
  13. Data Vault Administration Tool
  14. Data Vault Logs
  15. User Account Privileges
  16. ssasql Command Line Program
  17. Data Vault Audit Log
  18. Appendix A: Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

Step 3. Import the Data to the Target System

Step 3. Import the Data to the Target System

Run the ssadbcopy command in the target system.
You run the following ssadbcopy command in the target system:
ssadbcopy -i /u01/vtruskov/dbcopy_archive/idvmeta_backup_transfer_2014_03_11_11_48_57.tar -r /u01/vtruskov/temp
The following figure shows the command and the command output:
The utility extracts the files from the
idvmeta_backup_transfer_2014_03_11_11_48_57.tar
TAR archive file to the
/u01/vtruskov/temp
temporary file directory. The utility validates that all of the data files listed in the data file text file exist in the
/u01/sct_stage
data file directory. The utility creates the table structure in the target database. The utility registers the tables and data files in the Data Vault repository. The utility validates the metadata in the Data Vault repository for all objects in the table.
You want to verify that the target TICKET table includes the same amount of rows as the source TICKET table. The source TICKET table included 30,000 rows. You run a query to count the rows in the TICKET table in the target system. The TICKET table includes 30,000 rows. The tables include the same row count.
The following figures shows an example of the query and the query results:

0 COMMENTS

We’d like to hear from you!