I need to run a cronjob. The only problem I'm having is that I need to to run under a certain account because that account has certain variable for the job to run(oracle). Anybody have any suggestions on how to get this to work? Basically if I login under my oracle account and run the job manually it works fin, if I run it from cron it fails because the variables for the account are not loaded.
Thanks
Thanks