I\'m trying to get the output from the DBMS_OUTPUT.PUT_LINE() method in my PL/SQL block through C#.
DECLARE V1 VARCHAR2(2000); F1 UTL_FILE.FILE_TYPE; BE