What command tells SQL*PLUS to display PL/SQL output?

Options
- PUT_LINE
- DBMS_OUTPUT
- SET SERVEROUTPUT ON
- Display


CORRECT ANSWER : SET SERVEROUTPUT ON

Discussion Board
SET SERVEROUTPUT ON

PL/SQL program execution into Oracle engine so we always required to get 'set serveroutput on' command to display into the screen otherwise result can't be display.

Prajakta Pandit 02-23-2017 06:25 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement