Skip to content

gzuri/MSSQL2Oracle-Migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSSQL2Oracle AppVayour status

MSSQL2Oracle is a small migration tool to help you migrate to Oracle database. It extracts basic database structure and all of the data from source SQL Server database. All the data is written to files, one file for table structure and one file per table.

Features

  • Translate all camel case table and column names to upper and underscore delimiter
  • Create a file with SQL create statements (FK, indexes not supported for now)
  • Create files with SQL INSERT statements from the SQL Server source database

Usage

The easiest way is to download compiled zip version from the url, or download the latest version of the source and compile it yourself.

  1. If obtained the zip, extract it
  2. Navigate to application through command promt (you may need to run it in admin mode)
  3. Run the app with params
  4. c - Source SQL Server connection string inside quotes
  5. p - full path to directory where you want the data to be stored

About

Simple migration tool for exporting SQL Server schema and data with appropriate Oracle SQL statements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages