Permissions to remove a file created by utl_file

From: Miguel Pinto <j-miguel-pinto_at_telecom.pt>
Date: 17 Jan 2002 11:43:56 -0800
Message-ID: <c667c164.0201171143.4937862_at_posting.google.com>


Hi,
I need to remove a file created by a PL/SQL package with utl_file commands. The problem is that i don't have permissions to execute the rm command because the file is created by the user oracle8 like this:
-rw-r--r-- 1 oracle8 dba 26320573 Jan 17 17:47 file.txt
i try this:
/tmp > rm -f file.txt
i get this:
rm: file.txt not removed.
Not owner
The files created by me are like this:
-rw-r----- 1 XITL004 psirgr 70 Dec 5 15:15 x
I know, another group.
But, please don“t answer me that the only solution is to execute the rm command with a user of the dba group. I trust you. You have another solution. Please tell me what it is. Thanks
Miguel Received on Thu Jan 17 2002 - 20:43:56 CET

Original text of this message