su - oracle -c "/tmp/set_params.sh"You may see errors like the following:
set_params.sh: line 6: $'\r': command not found set_params.sh: line 42: syntax error: unexpected end of fileRoot cause:
You have windows-style formatting in your file
Solution:
dos2unix set_params.sh dos2unix: converting file flexpod_params.sh to Unix format...When executed again, the above errors should be gone!
No comments:
Post a Comment