thread1177-1774094
Ghuys - I am having a cron job which was running successfully till July 23rd. Something happened, not known after which my scripts fails to create temp tables (there are multiple dependent temp table we create and drop in the script) in oracle DB while running through these cron jobs.
However, those sqls runs good if I manually run the script in the solaris command prompt or the shell.
err as:
AS_ON_DATE SMC STATUS PACK_NAME PACK_AMOUNT CURRENT_BAL
select as_on_date ||' '|| smc ||' '|| status ||' '|| name ||' '|| plan_amount ||' '|| current_bal from cron_react_hourly_g
*
ERROR at line 1:
ORA-00942: table or view does not exist
Some env problem and should be silly question
thanks for an insight.
DSP
Ghuys - I am having a cron job which was running successfully till July 23rd. Something happened, not known after which my scripts fails to create temp tables (there are multiple dependent temp table we create and drop in the script) in oracle DB while running through these cron jobs.
However, those sqls runs good if I manually run the script in the solaris command prompt or the shell.
err as:
AS_ON_DATE SMC STATUS PACK_NAME PACK_AMOUNT CURRENT_BAL
select as_on_date ||' '|| smc ||' '|| status ||' '|| name ||' '|| plan_amount ||' '|| current_bal from cron_react_hourly_g
*
ERROR at line 1:
ORA-00942: table or view does not exist
Some env problem and should be silly question
thanks for an insight.
DSP