oracle数据库备份和还原

ip导出方式:exp  demo/demo@127.0.0.1:1521/orcl file=f:\f.dmp full=y

备份:exp demo/demo@orcl file=f:\f.dmp full=y

还原:imp demo/demo@orcl file=f:\f.dmp full=y ignore=y

posted on 2016-10-26 10:32  圆方精气神  阅读(108)  评论(0编辑  收藏  举报

导航