oracle数据如何导入pg库,【oracle数据库如何导入到pg库中】-其它论坛-ZOL中关村在线...
使用squirrel的db copy功能:選擇多個表 copy paste, 可以跨多種數(shù)據(jù)庫(基本上可以支持jdbc連接的數(shù)據(jù)庫都可以,我只試下oracle postgresql),不錯,就是它了,就是不知道速度如何,簡單試了下,copy oracle表到 pg中,一切正常!
squirrel的幫助中寫到:
This plugin provides the ability to:
Copy database tables between sessions
There are two new menu items available by right-clicking on certain database objects in the object tree. They are “Copy Table” and “Paste Table”. They are accessed as follows:
Open two session windows (same or different database types)
Select a schema/user in the object tree of one session and click on TABLE to expose the tables in that schema.
Select one or more tables in that object tree.
關于squirrel的new allias:
oracle:
example:??jdbcracle:thin10.162.161.5:1521:db92
user/passwd
postgresql:
example:?? jdbc:postgresql://10.162.161.6:5432/postgres
user/passwd
最后個疑問了 不知道導出后是170g的dmp文件對應的oralce數(shù)據(jù)庫空間到pg后又是多大,大量表做copy paste時會不會死掉并且執(zhí)行多長時間?
那個dmp文件,我導入oracle庫,花費了4天左右時間。
我的機器是dell power edge 4600,4g內(nèi)存 系統(tǒng)是BSD,oracle9.2.0.4 (oracle只能使用不超過1.7g的內(nèi)存 否則啟不來) pg8.3
總結(jié)
以上是生活随笔為你收集整理的oracle数据如何导入pg库,【oracle数据库如何导入到pg库中】-其它论坛-ZOL中关村在线...的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: GNSS位移监测站系统,RTK技术应用案
- 下一篇: 基于并查集的六度分隔理论的验证与实现