Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: SRS 275 data migration using ora2pg #116

Draft
wants to merge 12 commits into
base: dev
Choose a base branch
from
Draft

Conversation

nikhila-aot
Copy link
Contributor

This PR will have the changes required to migrate data from Oracle DB to Postgres using the opensource tool ora2pg

@mishraomp
Copy link
Contributor

we should look at this Dockerfile, https://github.com/Bluestep-Systems/ora2pg-docker/blob/main/Dockerfile
I would like to avoid putting binaries into GitHub, as they can be downloaded during the build itself,

ARG ORAVERSION=21
ARG ORACLIENT_BASIC=https://download.oracle.com/otn_software/linux/instantclient/211000/oracle-instantclient-basic-21.1.0.0.0-1.x86_64.rpm
ARG ORACLIENT_DEVEL=https://download.oracle.com/otn_software/linux/instantclient/211000/oracle-instantclient-devel-21.1.0.0.0-1.x86_64.rpm
ARG ORACLIENT_SQLPLUS=https://download.oracle.com/otn_software/linux/instantclient/211000/oracle-instantclient-sqlplus-21.1.0.0.0-1.x86_64.rpm

@nikhila-aot
Copy link
Contributor Author

oid putting binaries into GitHub, as they can be downloaded during the build itself,

we should look at this Dockerfile, https://github.com/Bluestep-Systems/ora2pg-docker/blob/main/Dockerfile I would like to avoid putting binaries into GitHub, as they can be downloaded during the build itself,

ARG ORAVERSION=21
ARG ORACLIENT_BASIC=https://download.oracle.com/otn_software/linux/instantclient/211000/oracle-instantclient-basic-21.1.0.0.0-1.x86_64.rpm
ARG ORACLIENT_DEVEL=https://download.oracle.com/otn_software/linux/instantclient/211000/oracle-instantclient-devel-21.1.0.0.0-1.x86_64.rpm
ARG ORACLIENT_SQLPLUS=https://download.oracle.com/otn_software/linux/instantclient/211000/oracle-instantclient-sqlplus-21.1.0.0.0-1.x86_64.rpm

I tried the direct download when I started off with this task, but let me take a look at the one you shared

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants