EXP 导出:使用通配符导出多个表
表(test_1,test_2 ,test_3)
导出
exp study/study tables=(test%) file=test.dmp rows=y
或者
导出:
exp study/study tables=(%test%) file=test.dmp rows=y
导入:
imp study/study file=test.dmp fromuser=study touser=study
EXP 导出:使用通配符导出多个表
表(test_1,test_2 ,test_3)
导出
exp study/study tables=(test%) file=test.dmp rows=y
或者
导出:
exp study/study tables=(%test%) file=test.dmp rows=y
导入:
imp study/study file=test.dmp fromuser=study touser=study
3087
4089

被折叠的 条评论
为什么被折叠?