ora2pg 11.3 發布,將Oracle數據庫結構轉成PostgreSQL
Ora2Pg是一個Perl模塊,用于將一個Oracle數據庫結構轉成PostgreSQL兼容的結構。它連接Oracle數據庫,提取其結構,并生成一個SQL腳本,你可以加載到你的PostgreSQL數據庫。It dumps the database schema (tables, views, sequences, indexes, grants) with primary, unique, and foreign keys into PostgreSQL syntax without editing the SQL code generated. It also dump Oracle data into PostgreSQL DB as online process or into a file. You can choose what columns can be exported for each table。
發布日志: This release fixes several major issues with migration cost assessment, especially with stored procedures with lot of lines or if you have lot of comments in that code. You may want to run your database evaluation again, as the estimated times can be up to three times lower on huge PL/SQL code.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!