exp oms/oms@oracle9i file=d:/oms.dmp
exp sde/sde@192.168.0.138:1521/ORCL file=f:/sde.dmp //导出远程服务数据库
exp username/password@sid file=d:\exp.dmp full=y
--------------------------------------------------注解
exp oms/oms@oracle9i file=d:/oms.dmp
oms/oms是用户名/密码 oracle9i服务器数据库名,file=d:/oms.dmp为导入的数据存放路径