Skip to content

Simple script to convert tables from Oracle to MySQL

Notifications You must be signed in to change notification settings

ggasconn/oracle2mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Oracle2MySQL

This is my fork for the helpful project that codeforkjeff did. https://github.com/codeforkjeff/oracle2mysql

Changes

Sorted from most important to less significant

  • Migration from Python 2 to Python 3
  • Added function migrate_users
  • Ask for the MySQL data and Oracle service name.
  • Handle a few errors with exceptions
  • Added a few prints for a more verbose execution

Requirements

cx_oracle
MySQLdb
os
sys
getpass

Use

python3 oracle2mysql.py oracle2mysql_conf

Executed without parameters returns the help

Hope you find it helpful and big thanks another time to codeforkjeff for his work!

About

Simple script to convert tables from Oracle to MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%