Data Integration Solution Architect / Data Architect

Looking for challenges. Contact me on Linkedin.

Oracle Job Error While Executing Bash Script

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