数据库中存在很多表,都有特定的命名规则,例如商品系统,以sp_开头;
现需求如下,我想通过emp的方式导出这些表及表中数据(包含blob,用pl/sql的导出不能用),如何实现
例如:imp username/password@sid ignore=n tables=(table1,table2) file=d:\xxx.dmp log=d:\xx.log
上面的例句中的tables=(table1,table2)能否用表达式来替换,例如tables=(sp_*)?这样写不对,该怎样写呢?
希望及时答复!