ACL on Oracle Database Logs
Hello,
For oracle alert logs need to configure permission to read the contents of these files for non-oracle user in Solaris 11 with ACL.
After configure permission with command chmod A+user:[user_name]:read_data:allow /path_to_log and use ls –lV command we see that permission is set correct. But after few minutes this ACL is lost.
The process works with this log file is java -server. For test file in directory where oracle logs are located the ACL works fine. So the basic assumption that the java are change the permission on file on initial values. Сan you advise how in this case to configure read access for a non-oracle user.