Can anybody tell me if it's possible for Oracle to write out a file from a PL/SQL proc, (utl_file or whatever) without Oracle being the owner of the file created?
No, what I want is for the to be written as if it was created by a different owner to Oracle. So effectively as if it was an oracle-owned file that had been chown-ed to another owner.
I reckon it probably isn't possible just thru' oracle and I'd need to use the OS, but I just wondered.
Bookmarks