Oracle数据库备份与还原
备份
exp test/y12345 file=d:\data\aa.dmp full=y
?
还原
imp test/y12345 file=d:\data\aa.dmp full=y
可以参照exp/imp -help