migrate-oracle

Automate Oracle to ScalarDB migration with schema analysis and Java code generation.

12|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wfukatsu/nexus-architect --skill migrate-oracle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-oracle
Source: https://github.com/wfukatsu/nexus-architect/tree/main/skills/migrate-oracle
Command: npx skills add https://github.com/wfukatsu/nexus-architect --skill migrate-oracle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires oracle-instant-client, sqlplus, python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the migration process from Oracle to ScalarDB, reducing the time and effort required for database migration.

Core Features & Use Cases

  • Oracle Schema Analysis: Analyze Oracle database schemas and generate comprehensive Markdown reports.
  • Data Extraction: Extract schema metadata and PL/SQL source code from Oracle databases.
  • Migration Analysis: Perform compatibility analysis between Oracle and ScalarDB schemas.
  • Complexity Assessment: Calculate the complexity and effort required for migration.
  • Migration Documentation: Generate migration analysis reports and step-by-step migration guides.
  • Code Generation: Generate equivalent ScalarDB Java application code from Oracle PL/SQL stored procedures, functions, packages, and triggers.
  • Use Case: If you have an Oracle database and want to migrate it to ScalarDB while maintaining the same functionality, this Skill can help automate the process.

Quick Start

Run the migrate-oracle skill to start the Oracle to ScalarDB migration process.

Frequently Asked Questions about migrate-oracle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Oracle database migration to ScalarDB?

Oracle to ScalarDB migration analyzes Oracle schemas, extracts schema metadata and PL/SQL source code, and generates equivalent ScalarDB Java application code. It automates the entire legacy database conversion process while producing comprehensive migration reports.

Do I need Oracle Instant Client and SQL*Plus to extract schema metadata?

Yes, extracting Oracle schema metadata and PL/SQL source code requires Oracle Instant Client, SQL*Plus, and Python. These dependencies establish the database connection needed to perform automated schema analysis and metadata extraction.

Can I convert Oracle PL/SQL stored procedures into Java code?

Yes, PL/SQL stored procedures, functions, packages, and triggers can be converted. The migration process analyzes PL/SQL source code and generates equivalent ScalarDB Java application code to preserve original database functionality.

What is included in an Oracle to ScalarDB migration analysis report?

An Oracle to ScalarDB migration analysis report includes schema compatibility analysis, migration complexity assessment, and effort calculation. It also provides step-by-step migration guides and comprehensive Markdown documentation for the database conversion process.

When should I assess migration complexity for a legacy Oracle database?

Assess migration complexity for a legacy Oracle database before starting conversion to ScalarDB. This evaluation calculates required effort and identifies schema compatibility issues early, ensuring a streamlined and predictable database migration process.