We have a stored procedure which is generating a file with some Data in tables on our Unix server. I want the stored procedure to also set Read/Write permission on that file to group and everyone. How can I do that. Please help.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
See: Short answer, the user (usually oracle) has a umask. That is passed on to the utl_file.fopen procedure. If the java process opens the file and then reads data from a cursor: which for is java 7: setPosixFilePermissions |
|||
|
|