oracle数据库导入导出

导入
imp prop/prop@orcl file=d:\servant.dmp fromuser=servant touser=prop
prop/prop 登录的可户名
file:数据库文件名
fromuser:导出数据库时所使用的用户名
touser:要把这个数据库给本地的那个用户


导出
exp civilinterview/[email protected] file=d:\civilinterview.dmp

civilinterview:服务机上的用户
t.120:服务机上的sid

你可能感兴趣的:(oracle)