What problem does it solve?
Migrating an Oracle database to SQL Server with the SSMA console requires hand-writing complex XML configuration files, and small mistakes (like using standard-mode instead of tns-name-mode) cause cryptic connection and schema errors. This Skill generates correct SSMA XML configs and drives the console executable through the full migration workflow.
Core Features & Use Cases
- XML Config Generation: Produces ssma-variables.xml, ssma-servers.xml, and per-operation script files with all placeholders resolved.
- Four Migration Operations: Supports create-project, generate-report (assessment), migrate-schema, and migrate-data, runnable individually or as a full end-to-end migration.
- Built-in Pitfall Fixes: Encodes known fixes for ORA-12505 SID errors, missing object-to-collect failures, and metabase force-load issues.
- Use Case: A DBA needs to move an Oracle schema to SQL Server 2022. Provide the Oracle host, service name, credentials, and target SQL Server details, and the Skill generates the configs, runs SSMAforOracleConsole.exe, and summarizes the assessment and migration reports.
Quick Start
Migrate my Oracle schema HR on host oracle-db01 to SQL Server database HRDB on sql01 using the SSMA console and show me the assessment report.