ORA-48164: error concatenating file onto path, [string], [string], [string]
Cause: Error encountered while concatenating a directory onto a path name.
Action: Check the error returned by the OS and the size of the input and output buffers.
ORA-48164错误是由当某个指定的文件不能被连接到指定路径时引起的。
ORA-48164:”错误在路径之上连接文件,[string],[string],[string]”
ORA-48164就是当一个指定的文件不能够被连接到路径中而引起的一个警告性错误。
当文件不存在时
在 Windows 系统上使用 UNC 连接
文件大小超过允许的限制
本地路径中包含不合法的字符
文件在路径中不存在
访问权限不正确
1. 确认文件是否真实存在于指定的路径中
2. 检查文件的访问权限是否正确,确保有访问此文件的权限
3. 检查网络连接是否正常
4. 确定文件的大小是否超出了允许的限制值
5. 检查本地路径是否包含不合法的字符
6. 确认文件未被锁定(只读或其它人占用)