ORA-39325: TABLE_EXISTS_ACTION cannot be applied to string.
Cause: An object was already in existence that uses a name in common with this table. The name collision could be the table name, a constraint, a LOB storage table, or something else in the table definition.
Action: Drop the existing object before running Data Pump.
ORA-39325错误意味着,传入的参数类型不正确。TABLE_EXISTS_ACTION需要一个DBMS_WM作为参数,而不是字符串。
1.确保参数类型为DBMS_WM
2.使用正确的参数类型,重新调用存储过程。
3.检查索引,以确保索引存在。
4.检查对象是否已被锁定,以确保它们可以被访问。
5.确保外部表的路径是正确的。