DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Removing File

  1. #1
    Join Date
    Sep 2005
    Posts
    278

    Removing File

    Due to problems while generating file using UTL_FILE that file got locked.

    Now I could not able to remove or rename either manually or through UTL_FILE package.

  2. #2
    Join Date
    Apr 2006
    Posts
    377
    Have you tried to close (UTL_FILE.FCLOSE) the associated handle to the file?

  3. #3
    Join Date
    Sep 2005
    Posts
    278
    There was an inappropriate exit from the program,

    The program exit before reaching to the code utl_file.fclose.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width