Skip to content

adrianriobo/ora2pg-dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ora2pg-dockerized

Docker container to migrate oracle dabatabase into postgres

Intro

This container is based in ora2pg solution to migrate from oracle into postgres. It uses oracle-xe-11.2.0-1.0.x86_64.rpm.zip as Oracle client and install ora2pg and BDB-Oracle.

Construccion

To build de image download oracle-xe-11.2.0-1.0.x86_64.rpm.zip and place it in ora2pg-client/oracle

Then use docker-compose file to construct... docker-compose build

Execution

Configure Oracle Database parameters... edit docker-compose and change:

     - DB_HOST
     - DB_SID
     - ORA2PG_USER (BD user)
     - ORA2PG_PASSWD (BD password)

Then use docker-compose... docker-compose up -d. This will create a folder in the current path (pg) with the database export in postgres syntax.

About

Docker container to migrate oracle dabatabase into postgres

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages