06-23-2017 05:15 AM
Currently, we use oracle’s DBMS_OUTPUT.PUT_LINE to log events that are happening in our PL/SQL packages. We are now migrating these PL/SQL packages so they can be executed using the Oracle Stored Procedure Snap.
Where does the DBMS_OUTPUT data go when its run through the snap? Can I capture this output somehow and pass it to a file writer snap so we can continue to capture Oracle logging data?
Thanks for any help our guidance as I can’t find any reference in the Snaplogic documentation.