好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

ORA-39164: Partition string was not found. ORACLE 报错

文档解释

ORA-39164: Partition string was not found.

Cause: If exporting or importing over the network, the user specified a partition name that was not found in the source database. For importing from files, the user specified a partition name not found in the dump file set.

Action: Retry the operation using the correct partition name.

等。

ORA-39164:消息是提示提供的分区字符串在数据库中没有找到。

官方解释

常见案例

一般处理方法及步骤

1.检查系统中的分区字符串是否存在。

2.检查数据库中的其他对象是否包含指定的分区字符串。

3.如果存在,则确保正确输入完整的字符串,然后重新尝试。

4.如果不存在,则可能需要重新定义分区字符串,然后重新尝试。

查看更多关于ORA-39164: Partition string was not found. ORACLE 报错的详细内容...

  阅读:23次