解决方案 »

  1.   

     create tablespace huaihua_z datafile 'E:\oracle_112040_MSWIN-x86-64\formSpace\huaihua_z.dbf' size 5m autoextend on ;
     
    create temporary tablespace huaihua_temp_z tempfile 'E:\oracle_112040_MSWIN-x86-64\formSpace\huaihua_temp_z.dbf' size 5m autoextend on; create user huaihua  identified  by huaihua  default tablespace huaihua_z temporary tablespace huaihua_temp_z;  grant connect to huaihua;  grant resource to huaihua;
    imp system/Whq442279@orcl fromuser=system touser=huaihua ignore
    =y buffer=409600 file=e:\zbc_2013_11_27.dmp
      

  2.   

     create tablespace huaihua_z datafile 'E:\oracle_112040_MSWIN-x86-64\formSpace\huaihua_z.dbf' size 5m autoextend on ;
     
    create temporary tablespace huaihua_temp_z tempfile 'E:\oracle_112040_MSWIN-x86-64\formSpace\huaihua_temp_z.dbf' size 5m autoextend on; create user huaihua  identified  by 123456  default tablespace huaihua_z temporary tablespace huaihua_temp_z; 
     grant connect to huaihua;  grant resource to huaihua;
    不同用户名导入:imp system/123456@orcl fromuser=system touser=huaihua ignore
    =y buffer=409600 file=e:\zbc_2013_11_27.dmp
      

  3.   

     create tablespace huaihua_z datafile 'E:\oracle_112040_MSWIN-x86-64\formSpace\huaihua_z.dbf' size 5m autoextend on ;
     
    create temporary tablespace huaihua_temp_z tempfile 'E:\oracle_112040_MSWIN-x86-64\formSpace\huaihua_temp_z.dbf' size 5m autoextend on; create user huaihua  identified  by 123456  default tablespace huaihua_z temporary tablespace huaihua_temp_z; 
     grant connect to huaihua;  grant resource to huaihua;
    imp system/123456@orcl fromuser=system touser=huaihua ignore
    =y buffer=409600 file=e:\zbc_2013_11_27.dmp