# Ora2Pg - Oracle과 MySQL을 PostgreSQL로 이관하는 도구

> Clean Markdown view of GeekNews topic #2915. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2915](https://news.hada.io/topic?id=2915)
- GeekNews Markdown: [https://news.hada.io/topic/2915.md](https://news.hada.io/topic/2915.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-09-27T10:38:34+09:00
- Updated: 2020-09-27T10:38:34+09:00
- Original source: [ora2pg.com](https://www.ora2pg.com/)
- Points: 6
- Comments: 1

## Topic Body

오라클 DB에 접속해서 구조와 데이터를 읽어낸뒤, 호환하는 PGSQL용 스키마로 만드는 도구

- 전체 DB 스키마(테이블,뷰,시퀀스,인덱스) 및 PK/FK 변환

- 사용자/그룹별 권한

- 파티션 정보

- 함수,트리거,프로시져,패키지

- 전체 데이터

- Oracle BLOB 객체를 PG BYTEA로

- 기본적인 PLSQL 코드를 PLPGQL 로 변환 지원

## Comments



### Comment 3009

- Author: xguru
- Created: 2020-09-27T10:39:34+09:00
- Points: 1

비슷한 도구

Oracle to PostgreSQL - ora_migrator : https://github.com/cybertec-postgresql/ora_migrator
