在执行 sh xxxx.sh的时候报错:DB21005E An error occurred while accessing the file "xxxxxx"
解决:
xxxx.sh脚本的编码格式错误,需要将编码格式Dos转换成UNIX编码格式。
然后重新执行脚本即可。