Source Solaris
Target Linux server
Hi Erman,
Golden Gate is generating trail files on source server. GoldenGate is running under user ora12c. Below is a snapshot of permissions of files for user ora12c
Capture1.PNGI have mounted the filesystem containing the trail files on a target Linux server where Striim is running. User is oracle.
Capture2.PNGHow can I make the files readable by user oracle on the target Linux server?
Is it ACL?I was thinking of ACL from source.
https://unix.stackexchange.com/questions/401207/linux-how-to-give-only-specific-user-to-read-the-filePlease advise how do I proceed?
setfacl -m u:oracle:r /ogg/ora12c/cd*
?
Regards,
Roshan