当前位置:Gxlcms > 数据库问题 > Oracle exp使用正则表达式导出部分表

Oracle exp使用正则表达式导出部分表

时间:2021-07-01 10:21:17 帮助过:21人阅读

--只导出test1、test2表 
exp myname/mypassword@orcl file = d:\my.dmp tables=(test1,test2);

也可以使用正则,如下:

exp myname/mypassword@orcl file = d:\my.dmp tables=(table_name like ‘SYS%‘);

作者:itmyhome

Oracle exp使用正则表达式导出部分表

标签:oracle   exp   正则表达式   

人气教程排行