202109081407 - oracle文件入库失败
file file1
file file2
.. with CRLF line terminators ..
windows文件 with CRLF line terminators
解决办法:告诉 vi 编辑器,使用unix换行符。
vim file2
: set ff = unix
file file1
file file2
.. with CRLF line terminators ..
windows文件 with CRLF line terminators
解决办法:告诉 vi 编辑器,使用unix换行符。
vim file2
: set ff = unix