Oracle PL/SQL Programming
Casual Mode - Take your time!
1 / 15
Correct
0
Incorrect
0
Score
0%
Multiple Choice
Which of the following DBMS_OUTPUT subprograms retrieves an array of lines from the buffer?
- DBMS_OUTPUT.GET_LINE (line OUT VARCHAR2, status OUT INTEGER);
- DBMS_OUTPUT.GET_LINES (lines OUT CHARARR, numlines IN OUT INTEGER);
- DBMS_OUTPUT.PUT(item IN VARCHAR2);
- DBMS_OUTPUT.PUT_LINE(item IN VARCHAR2);
- DBMS_OUTPUT.DISABLE;