当前位置:首页 > 数据库 > 正文

Oracle 导入导出表

2020-03-01 数据库

新建一个TXT文本,  后缀改为   .bat

导入Oracle: imp test/[email protected] file="E:20190809.dmp" full=y

导出Oracle: exp test/[email protected] file="E:20190809.dmp"

 

导出服务器上的表

exp test/[email protected]:1521/orcl full=y   file="E:db.dmp"

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/21006.html