使用ORACLE的EXP/IMP来实现把  http://www.oradb.net/expimp/expimp_011.htm

解决方案 »

  1.   

    我看就先 exp  导出
    后  imp  导入
      

  2.   

    可以备份整个数据库. (但备份用户也可以)
    http://www.oradb.net/expimp.htmMSSQL 的语句是 T-SQL
    Oracle 的是 Pl/SQL如果是 标准的 SQL 语句的话(如:select * from table1),就可以.
      

  3.   

    1.exp/imp
    2.sqlplus /copy
    3.sqlplus /create database link .../create table ... as..
    4.查书
      

  4.   

    感谢上面的 lovingfish(千层糕) LGQDUCKY(飘)  jiangjian0427(carabao) chanet(牧师) woodgl()的回复.
    这里还有个疑问,在使用imp导入的时候,有没有导入成功的提示,我在导入的时候,提示如下信息后屏幕就再没信息了,大侠们看看是不是正常
    ""
     "function GetNthElement (ts ORDSYS.ORDTNumSeriesIOTRef, target_index integer"
     ") "
     "                              return ORDSYS.ORDTNumCell;"
     ""
     "pragma RESTRICT_REFERENCES( GetNthElement, WNDS, WNPS);"
     ""
     ""
     "function GetNthElement (ts ORDSYS.ORDTNumSeriesIOTRef, target_index integer"
     ","
     "                      startDate date, endDate date)"
     "                              return ORDSYS.ORDTNumCell;"
     ""
     "pragma RESTRICT_REFERENCES( GetNthElement, WNDS, WNPS);"
     ""
     ""
     "function GetNthElement (ts ORDSYS.ORDTVarchar2SeriesIOTRef, "
     "                        target_index integer) "
     "                              return ORDSYS.ORDTVarchar2Cell;"
     ""
      

  5.   

    "pragma RESTRICT_REFERENCES( GetNthElement, WNDS, WNPS);"
     ""
     ""