Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DavidSh

  1. DavidSh

    UTL_FILE - writiing out rows from a cursor

    Thanks for the replies - I'll explain a little further what I'm trying to achieve. Basically, I have a table e.g. t_test which can potentially have a differing number of columns each time it is created. Therefore, I'm trying to write each row of the table in it's entirety to the cursor and...
  2. DavidSh

    UTL_FILE - writiing out rows from a cursor

    Dear all, I am trying to output rows written to a cursor by using the UTL_FILE utility and fflush procedure (see below). However, no rows are being written to the output file: CREATE OR REPLACE PROCEDURE PR_TEST_PROCEDURE AS v_dir VARCHAR2(30):='/home/reports'; v_name...

Part and Inventory Search

Back
Top