Dba,
I wrote a procedure which uses utl_file for creating a ascii file on Sun Unix box. I submitted the procedure as a oracle job.
For some reason i couldn't create file because of unhandled exception i.e no privileges for creating files on OS. How can set privileges on OS for SNP processes ( which run dbms_job owned by Oracle) ? How can set up Group in /etc/group for this ? Thanks in advance.