//数据库登录
stbh/stbh@192.168.1.108:1521/orcl
//注:以下操作不是在sqlpuls里操作,而是在cmd里进行操作//
//导出数据(备份数据)
exp stbh/stbh@orcl_192.168.1.108 file=d:\stbh.dmp full=n grants=n
//导入数据(此处建议删除用户和表空间后在进行导入,删除方法见下面)
exp stbh/stbh@stbh file=d:\stbh.dmp full=n grants=n