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

ssamigrate Example Scenarios

ssamigrate Example Scenarios

You can run the ssamigrate command with one or more options.
Migrate data from one database
You want to migrate all the data from one database in the source Data Vault system to the target Data Vault system.
Run the following ssamigrate command:
ssamigrate -l cas://atmos_cloud1/ -d RET_LOYALTY -u dba/dba
The utility migrates the data and structure for database RET_LOYALTY. The utility saves the log, report, and runtime files to the
/data/temp
directory on the source system. The utility transfers the SCT data files to the target location
cas://atmos_cloud1/
.
Migrate data from one schema
You want to migrate data from one schema in the source Data Vault location with a local file system to a target Data Vault location with an external storage system.
Run the following ssamigrate command:
ssamigrate -l cas://atmos_cloud1/ -d RET_LOYALTY –s LOYALTY_AIR -u dba/dba
The utility migrates the data and structure for database RET_LOYALTY and schema LOYALTY_AIR. The utility saves the log, report, and runtime files to the
/data/temp
directory on the source system. The utility transfers the SCT data files to the target location
cas://atmos_cloud1/
.
Migrate data from one table
You want to migrate data from one table to the target Data Vault system.
Run the following ssamigrate command:
ssamigrate -l cas://atmos_cloud1/ -d RET_LOYALTY –s LOYALTY_AIR –t TICKET -u dba/dba
The utility migrates the data and structure for database RET_LOYALTY, schema LOYALTY_AIR, and table TICKET. The utility saves the log, report, and runtime files to the
/data/temp
directory on the source system. The utility transfers the SCT data files to the target location
cas://atmos_cloud1/
.

0 COMMENTS

We’d like to hear from you!