Error handling of the Snap (Oracle Execute)

This example will show the error handling of the Snap.



  1. We use the same pipeline as the one in example #1 and route error messages to error view:
  2. The Oracle - Execute Snap tries to select AGE column that doesn't exist in table STUDENT. This should cause a SQL execution error and the error message will be routed to error view:


  3. Here is the error message that is routed to the error view: