Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> OEM User Defined Job Environment
Hi all,
I'm a bit confused by some OEM/Linux concepts. I'm trying to run a user defined job which is a simple script:
#!/bin/ksh
env > /tmp/envfile
However, my preferred credentials on the node are for myself, WBUCHAN.
The /tmp/envfile is created, owned by WBUCHAN, but contains lines like:
USER=oracle
and
LOGNAME=oracle
I'm confused. Is this job running as "wbuchan" or as "oracle"? (This is 9.2 on Linux) This is probably just my ignorance of Linux environment settings. I'd be very grateful is somebody to clear up my confusion.
The reason I need to know is to set things up like SSH, so that the jobs can copy off some application-specific information to another machine. The job seems to try to use oracle's keys but accesses them as wbuchan (and hence runs into file permission problems).
Thanks
- Bill.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Bill Buchan
INET: wbuchan_at_uk.intasys.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jan 30 2003 - 05:43:37 CST
![]() |
![]() |