1 在本地机器上安装oracle数据库.
2 把服务器上的数据库做成dmp(exp)
3 在本地机器上用建库教本建库.把dmp倒过来(imp).

解决方案 »

  1.   

    1.安装你的数据库并创建相同的实例。
    2.exp/imp
      

  2.   

    exp userid=system/manager full=y file=database.dmp
    imp userid=system/manager full=y file=database.dmp ignore=y
      

  3.   

    setup new oracle database system, cp from the old database system the following things:
    1.all control file;
    2.init.ora file;
    3.all datafile;make sure the datafile are put in the same directory as it used to be!