Skip to content

Java project which Converts MySQL SQL to Oracle SQL. Used for auto generated sql from MySQL workbench, covers lots of the basics should just be a case of converting using the tool then paste outputed sql into oracle.

Notifications You must be signed in to change notification settings

henryoswald/MySQLConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converts MySQLWorkbench SQL to oracle SQL. Fairly basic things like VARCHAR becomes VARCAR2.

Things like number range in oracle will need to be configured manually.

when exporting from MySQL workbench select "omit scheema qualifier in object names"

About

Java project which Converts MySQL SQL to Oracle SQL. Used for auto generated sql from MySQL workbench, covers lots of the basics should just be a case of converting using the tool then paste outputed sql into oracle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages