{"id":19379213,"url":"https://github.com/pkej/oracle2mysql","last_synced_at":"2026-02-28T08:36:05.043Z","repository":{"id":206449729,"uuid":"468912480","full_name":"pkej/oracle2mysql","owner":"pkej","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-16T09:44:09.000Z","size":65733,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T16:32:07.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkej.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-03-11T22:04:49.000Z","updated_at":"2023-03-17T12:55:32.000Z","dependencies_parsed_at":"2023-11-09T17:42:18.149Z","dependency_job_id":null,"html_url":"https://github.com/pkej/oracle2mysql","commit_stats":null,"previous_names":["pkej/oracle2mysql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pkej/oracle2mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkej%2Foracle2mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkej%2Foracle2mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkej%2Foracle2mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkej%2Foracle2mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkej","download_url":"https://codeload.github.com/pkej/oracle2mysql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkej%2Foracle2mysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29928971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T09:09:26.661Z","updated_at":"2026-02-28T08:36:05.021Z","avatar_url":"https://github.com/pkej.png","language":"Dockerfile","readme":"# oracle2mysql\nCreate a migration from [oracle to mysql](https://dba.stackexchange.com/questions/114793/migrating-from-oracle-to-mysql-via-mysql-workbench-table-list-is-empty) using etlalchemy.\n\n# Get enough swap space!\n\n```sh\ndd if=/dev/zero of=/tmp/tempswap.img bs=1024 count=110M\n    mkswap /tmp/tempswap.img\n    sudo swapon /tmp/tempswap.img\n```\n\n## Run\nDownload instantclient-basic-linux.x64-12.2.0.1.0.zip and instantclient-sdk-linux.x64-12.2.0.1.0 from [Oracle](https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html) and place them in the \"oracle/linux\" folder.\n\nOpen the app.py file in your edior and add your own configuration for oracle and mysql.\n\n```DOCKER_BUILDKIT=1 docker build . --platform=linux/amd64 --tag etlalchemy:latest``` \nto build the docker image\n\nRun the image in Docker Desktop.\n\nOpen a shell into the image and run the command:\n```apt-get install -y mariadb-server```\n\nfill in the root password, doesn't matter what, we're not using it (or perhaps you are?)\n\n```python /app/app.py```\n\n\n## Ripped code, ideas and fixes from:\n* https://github.com/seanharr11/etlalchemy\n* https://github.com/CollinEstes/docker-node-oracle\n* https://stackoverflow.com/questions/55823744/how-to-fix-cx-oracle-databaseerror-dpi-1047-cannot-locate-a-64-bit-oracle-cli\n* https://vbaoverall.com/transfer-data-from-oracle-to-mysql-using-sqlalchemy-python/\n* https://stackoverflow.com/questions/67908500/sql-alchemy-python-script-to-migrate-from-oracle-to-mysql\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkej%2Foracle2mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkej%2Foracle2mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkej%2Foracle2mysql/lists"}