Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: PL/SQL and file's permissions
You might try=20
host chown username:groupname /vol/dir/filename
>>> "DEMANCHE Luc (Cetelem)" <luc.demanche_at_cetelem.fr> 11/03/00 09:50AM =
>>>
Hi Gurus,=20
I would like to know if I can change a file's permission in PL/SQL
stored procedures.=20
In a stored proc, we created flat files on Unix and they have "oracle"
and "oinstall" as the owner and group.=20
Can we change the owner and group on the flat file that I have created
in stored procedures?=20
TIA=20
-----------------=20