Hi,
I'm writing database trigger that will do update of one row in some table on remote database over DB Link when I do insert of one row in table on my local database.
I have some trouble writing part with exception.
I need to write exception that will send me a mail when some error on update that remote database happened.
I need some advice how to do that.