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

Oracle exp使用正則表達式导出部分表

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

--仅仅导出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使用正則表達式导出部分表

标签:ref   tab   使用   nbsp   sql   span   data   size   password   

人气教程排行