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!

Recent content by DK2004

  1. DK2004

    utl_file.fopen error

    Sorry, in may last request, I didn't mention. I tried some more things. I am using Oracle 9i. Could you pl help me to fix the problem. Thanks in advance for your help. -------------------------------------------------- create directory file_dir as 'c:\temp' GRANT write on directory file_dir to...
  2. 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