1,导出全局数据作为备份: 
       exp system/你的密码@你的数据库实例名 file='路径比如H:\adc.dmp' full=y 
 例如exp scott/tiger@MobileDataBase file='h:\20120512.dmp' full=y 
2,导入一个完整数据库备份: 
       imp system/你的密码@你的数据库实例名 file='路径比如H:\adc.dmp'full=y 
 例如imp scott/tiger@MobileDataBase file='h:\20120512.dmp' full=y |   
        
 
    
    
    
     
 
 |