B blue Member Jan 8, 2008 #1 Hi, All: Can I output to text file on Test window like Oracle D2000's TEXT_IO.PUT_LINE? or Can I output to grid data format like Sql window query result grid at Test window? Thanks!
Hi, All: Can I output to text file on Test window like Oracle D2000's TEXT_IO.PUT_LINE? or Can I output to grid data format like Sql window query result grid at Test window? Thanks!
Marco Kalter Administrator Staff member Jan 9, 2008 #1 Can I output to text file on Test window like Oracle D2000's TEXT_IO.PUT_LINE? Click to expand... No, but you can write to the output buffer by using the dbms_output.put_line function. The results will be displayed on the "DBMS Output" tab page. Can I output to grid data format like Sql window query result grid at Test window? Click to expand... Only if the results are in the form of a cursor variable.
Can I output to text file on Test window like Oracle D2000's TEXT_IO.PUT_LINE? Click to expand... No, but you can write to the output buffer by using the dbms_output.put_line function. The results will be displayed on the "DBMS Output" tab page. Can I output to grid data format like Sql window query result grid at Test window? Click to expand... Only if the results are in the form of a cursor variable.