We have client-server environment. Front is oracle form and back is unix. Each user has their own oracle account to log on oracle form then from oracle form to submit unix job. Does each user need his own unix account for job? Also if the output in unix needs to be saved in the different place by different user, what should to be done? I am very new to unix.
Julie Altswitch 17 January 2008 08:34:27 [ permanent link ]
Yes, each user needs their own home account. For an application that generates an output owned by an application ID, then have the application add the file to a filesystem that has had it's ACL set; so that only the filesystem's owner and the group ID owner of that filesystem will own it.
My team: Sukumar Jain, can help you set that up.
Regards, Thomas Nofsinger
a13365@yahoo.com wrote:
Hello,
We have client-server environment. Front is oracle form and back is
unix.
Each user has their own oracle account to log on oracle form then from
oracle form to submit unix job. Does each user need his own unix
account for job? Also if the output in unix needs to be saved in the
different place by different user, what should to be done? I am very