ORA-01266: Unable to create unique file name
Cause: Unable to create a unique file name for an Oracle managed file. Oracle tried several names but each file name was already in use in the default destination directory for the file type.
Action: Retry the operation. If that fails, also, it may be necessary to change the default destination directory for the file type and then retry.
。
ORA-01266: 无法创建唯一的文件名
当使用Data Pump时,如果没有指定文件名,Data Pump将尝试选择设备上一个唯一的文件名。如果Data Pump在执行此操作时无法避免现有文件的冲突,则会出现ORA-01266的错误。
1.确保提供的文件名无误。
2.确保多个导入导出进程不共享一个文件夹。
3.确保可以正确解析路径。
4.如果文件已存在,可以设置OVERLAY参数。