Computer Science, asked by rafsf2838, 11 months ago

What is is the use of SET SERVER OUTPUT on?

Answers

Answered by aadityaraj36
0

Answer:

Basically the use of SET SERVEROUTPUT is to display the query answer in SQL *PLUS interface... When you use the DBMS_OUTPUT. PUT_LINE procedure, the procedure will write the passing string into the Oracle buffer. ... Use the “Set serveroutput on” to display the buffer used by dbms_output

Similar questions