Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following line of Pl/SQL code

Code Block
languagexmlsql
titleJITL-PLSQL.job_chain.xml
collapsetrue
Example how to specify a return variable
EXEC DBMS_OUTPUT.PUT_LINE( 'SET order_date IS ' || TO_CHAR(CURRENT_DATE, 'YYYY-MM-DD') );

results e.g. in the output

Code Block
languagexmlsql
titleJITL-PLSQL.job_chain.xml
collapsetrue
Example for a return variable
SET order_date IS 2021-05-04

...

  • The std_out_output order variable contains the messages spooled to stdout by PL/SQL. 

Further References