I am trying to get the Oracle parameters from the .profile to be execute, when running the perl program from cron. Currently I am reading the .profile and doing ENV to change the environment setting for Oracle home, base, etc. Is there another way to execute the .profile so I get all system parameters for that user executing the Perl program through cron? I tried using the
function and that didn't work. Any help would be appreciated.