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

Thread: Using UTL_FILE to delete old archive log

  1. #1
    Join Date
    Nov 2000
    Posts
    440
    I need a PL/SQL script which uses UTL_FILE to identify archive logs which can be deleted. I need to delete 30 day old archive log.

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    There is no way you could get this information using UTL_FILE. The only way to do this from the database is by using external functions/procedures or some database java functions/procedures.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

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