InterviewSolution
Saved Bookmarks
| 1. |
How Can The Dbms_output Package Used To Get An Array Of Lines From Buffer Into The Procedure? |
|
Answer» The DBMS_OUTPUT package uses the GET_LINES PROCEDURE to GET an array of LINES from OUTPUT buffer into the procedure. The DBMS_OUTPUT package uses the GET_LINES procedure to get an array of lines from output buffer into the procedure. |
|