ORA-39194 table mode jobs require the tables to be comma separated
Posted 雅冰石
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ORA-39194 table mode jobs require the tables to be comma separated相关的知识,希望对你有一定的参考价值。
一 问题描述
使用expdp导出多个表的时候,报错:
ORA-39194 table mode jobs require the tables to be comma separated
可是我明明用逗号分隔了呀。导出命令如下:
expdp system/密码 tables=tms.PRODUCT_BUY_PHONE_LOG,tms.yjt_product directory=orahome dumpfile=two_tables.dmp
二 排查思路
检看下表名是否输错了,是否存在这个表
以上是关于ORA-39194 table mode jobs require the tables to be comma separated的主要内容,如果未能解决你的问题,请参考以下文章