jayjaybigs
IS-IT--Management
Hello,
Does anyone has a shell script that could be excuted from the crontab that calls a PL/sql PROCEDUR from certain directory. The script should take into consideration the following:
-- $PROC_NAME is the procedure that needs to be executed
-- $ORACLE_HOME is path inwhich oracle is installed.
-- $DB_USER
-- $DB_PASSWD
-- $ORACLE_INSTANCE are Database user name, password & instance you are connecting.
-- parms list.... is list of parameters that may be quired.
-- RETURN_VALUE will be having the values printed from the SQL Block.
Please your help will be appreciated.
Does anyone has a shell script that could be excuted from the crontab that calls a PL/sql PROCEDUR from certain directory. The script should take into consideration the following:
-- $PROC_NAME is the procedure that needs to be executed
-- $ORACLE_HOME is path inwhich oracle is installed.
-- $DB_USER
-- $DB_PASSWD
-- $ORACLE_INSTANCE are Database user name, password & instance you are connecting.
-- parms list.... is list of parameters that may be quired.
-- RETURN_VALUE will be having the values printed from the SQL Block.
Please your help will be appreciated.