方便快捷? There is always such an option in the idea world .
But let's go back to real world . 
 1. If you only want to migrate the Table structure and Table Data
, Maybe you can find some tools like pipeline to port the data .
 2. If you want to migrate your PL/SQL code ( like Storeprocedure , function etc . ) It's rather difficult , I think you have to recruite some PL/SQL programmers to rewrite all the code .

解决方案 »

  1.   

    不是那么容易的,用pb的管道(pipeline)工具一个表一个表来吧。
      

  2.   

    MS 的DTS 很方便的,但仅限于表和数据,视图它也会给建成表。
      

  3.   

    安装一个delphi 或c++builder,然后使用datapump向导进行两个数据库的互导。
      

  4.   

    Ms的dts並不支持我的SqlBase,我通過ODBC去連我的數據去導入到SqlSever時,過一段時間它就死掉了。