Page History
...
The following line of Pl/SQL code
Code Block | |||||||
---|---|---|---|---|---|---|---|
| |||||||
EXEC DBMS_OUTPUT.PUT_LINE( 'SET order_date IS ' || TO_CHAR(CURRENT_DATE, 'YYYY-MM-DD') ); |
results e.g. in the output
Code Block | |||||||
---|---|---|---|---|---|---|---|
| |||||||
SET order_date IS 2021-05-04 |
...
- The
std_out_output
order variable contains the messages spooled to stdout by PL/SQL.
Further References
- How to work with PL/SQL and the Oracle DBMS
- How to run Oracle Stored Procedures using PL/SQLJS7 - JITL SQLPLUSJob
Overview
Content Tools