Hello, In case of error caught by Global Error handler, can we roll back all successful events which has been executed before Global error handler caught the exception? How can achieve this scenario? Please suggest.
Rollback will be completely dependent on the transaction you are going to perform, if oracle allows you to cancel the transaction then you can go for it.
Well explained..Thanks for post
Thanks bro.
Keep support 💕
thanks for your great efforts.
I want to know how I can create a handle exception for parameter in Rest API GET Trigger if it is incorrect
Put that REST endpoint indise the scode,
And add fault handler for this scope
Ye can refer this video
th-cam.com/video/DiaomsMRjlQ/w-d-xo.html
Hello! Cna you help me? Can i put 2 assigns variables inside the fault handler? I will get an error?
Yes
Yes you can use, you won't get error.
Hello, In case of error caught by Global Error handler, can we roll back all successful events which has been executed before Global error handler caught the exception? How can achieve this scenario? Please suggest.
Rollback will be completely dependent on the transaction you are going to perform, if oracle allows you to cancel the transaction then you can go for it.
Jafer..can you please explain one integration with real time example..it will help full. Thanks in Advance!
Sure,
Today night I will upload.
@@foxoracleappssolutions Thankyou somuch...Jafer
What happens if we don't delete rethrow in global fault handler?
It will move the control