I have a dbms job, which will insert data from source to target table.
after insertion, a mail has to be sent to admin.
1) if it failed, fail message has to be sent.
2) if succeeded ,success message has to be sent to admin.
Can anybody please let me know which code i have to write and where i have to append this in the dbms job?
Thanks in advance.
Archana
after insertion, a mail has to be sent to admin.
1) if it failed, fail message has to be sent.
2) if succeeded ,success message has to be sent to admin.
Can anybody please let me know which code i have to write and where i have to append this in the dbms job?
Thanks in advance.
Archana
Comment