Files created by ProC and Oracle application are owned by "grid" and with no permissions to the grou
We have an Oracle 11.2.0.4 RAC on RedHar 5.10,
where "grid" is the owner of CRS and Oracle owner of oracle. and both has "umask 002" in the environment file.
We have a ProC library that is being called from our oracle application that creates a file on /tmp using the "system" command,
the file is owned by "grid" account and with out the correct permissions we need “-rw-r--r-- 1 grid oinstall "
if we use the "fprintf" command the file is owned by "oracle" and has the right permissions “-rw-rw-r-- 1 grid oinstall "
However it seems that this file is owned by "Grid" account NOT "Oracle" account, and with not the correct permissions.