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

Thread: Remove files in pl/sql Oracle 9i

Threaded View

  1. #1
    Join Date
    Jun 2005
    Posts
    1

    Remove files in pl/sql Oracle 9i

    Hi,
    I looking for your help.
    The "UTL_FILE.FREMOVE ('USER_DIR', 'userdata2.txt');" command removes one 'userdata2.txt' file. I need to remove all files like 'user*.txt'. Do you know if possible in pl/sql Oracle 9i to delete all files like "file*.txt" ?
    Other option is to change permission of created file (-rw-rw-r--) to 777 and delete the file from ksh. If possible to open file with all permission?
    Thanks,
    Simon.
    Last edited by simon_shefter; 06-29-2005 at 04:28 AM.

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