Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UTL_FILE problem writing to a directory

Status
Not open for further replies.

RJSHA1

Programmer
Apr 12, 2001
66
GB
Hi there
I have a package were I'm using UTL_FILE to write to a directory on a Unix box, due to security reasons the SA's want the directory to have 775 permissions i.e. rwxrwxr_x
where NOT everyone can write to that directory.
Is there any way to get round this ?????
 
Hi,
Maybe you can have the SA make the Oracle user account ( I think that is the one that actually runs the processes ) a member of the group that can write to that directory.

[profile]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top