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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DK2004
  • Content: Threads
  • Order by date
  1. DK2004

    utl_file.fopen error

    Hello, I am running Oracle SQL *Plus on Windows system and trying to open a test file. I would greatly appreciate for your kind help. CREATE OR REPLACE PROCEDURE File_open IS output utl_file.file_type; begin output := utl_file.fopen( 'c:\temp\', 'File_open.txt', 'w',32000 )...

Part and Inventory Search

Back
Top