Plsql dbms output

From John Freier
Jump to: navigation, search

This will display the output to the dbms_output window.

dbms_output this window must be opened and connected to. in Oracle Developer to open

View->Dbms Output
Connect to the database


PLSql Script

dbms_output.put_line ('hello');