用ERwin 把SQL Server 的结构导出,把需要的结构保存,然后再连接Oracle数据库,生成到Oracle中,就可以了。如果没有ERwin,也可以从SQL Server中导出create table 的全部,改写成Oracle 能用的Sql 也可以。

解决方案 »

  1.   

    MagicJohn(默克): 那到出来的表不是空的?那原来的数据怎么办?
    RobinHZ(熊掌):存储过程很麻烦吗?
      

  2.   

    It's difficult . for example , In SQL Server , there is a col type call identity .
    but in oracle , it's impossible to use it . And you have to use trigger and sequence to simulate its function .And the Function , Stored Procedure ,Package , Trigger syntax are all very different
      

  3.   

    很容易呀,我已经做过了.用SQL Server->所有任务->导出数据,然后出来向导.选择数据源,目的源 ....注意:表名一定要大定字母.
      

  4.   

    用sql server的导入导出数据功能可以实现