19. Global Fault Handler - Exception Handling in Oracle Integration | How to handle exception in oic

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

ความคิดเห็น • 15

  • @navazmohammad1404
    @navazmohammad1404 2 ปีที่แล้ว +1

    Well explained..Thanks for post

  • @omarelgendy5021
    @omarelgendy5021 2 ปีที่แล้ว +1

    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

    • @foxoracleappssolutions
      @foxoracleappssolutions  2 ปีที่แล้ว

      Put that REST endpoint indise the scode,
      And add fault handler for this scope

    • @foxoracleappssolutions
      @foxoracleappssolutions  2 ปีที่แล้ว

      Ye can refer this video
      th-cam.com/video/DiaomsMRjlQ/w-d-xo.html

  • @molinaofc
    @molinaofc 2 ปีที่แล้ว +1

    Hello! Cna you help me? Can i put 2 assigns variables inside the fault handler? I will get an error?

  • @SOUMIKGHOSHsoghosh4
    @SOUMIKGHOSHsoghosh4 2 ปีที่แล้ว +1

    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.

    • @foxoracleappssolutions
      @foxoracleappssolutions  2 ปีที่แล้ว

      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.

  • @navazmohammad1404
    @navazmohammad1404 2 ปีที่แล้ว +1

    Jafer..can you please explain one integration with real time example..it will help full. Thanks in Advance!

  • @vaibhavborade582
    @vaibhavborade582 ปีที่แล้ว +1

    What happens if we don't delete rethrow in global fault handler?