I want to call shell script within PL/SQL block.
For example:

...
exception
when no_data_found then
CALL_SHELL_SCRIPT_TO_DO_STH_ON_OS_LEVEL;
end;
/

Thank you!