securing trace files
I have set the listener.ora file to enable trace. Currently the permissions on the $ORACLE_HOME/network/trace directory is as follows:
drwxr-x--- 2 oracle oinstall 4096 May 15 16:03 trace
BUT, the permissions on the actual trace file is as follows:
-rw-r--r-- 1 oracle oinstall 14092292 May 18 13:06 listener.trc
So I think if a user knows the file name, but doesn't necessarilyl have permission to list the contents of the director they could open up the listner.trc file. How to oracle what permissions to set for a file when it creates one? -- Thanks.