If you get this kind of error while Oracle job executes bash script in linux
ORA-27369: job of type EXECUTABLE failed with exit code: 255
STANDARD_ERROR=”execve: Exec format error”
Add this line to the top of sh script. Note sh keyword in the script depends on your linux OS.
#!/bin/sh