Sunday, March 24, 2013

How to create APPSORA.env file in Fusion Application Environment

Most of fusion application patching or maintenance documents ask to set fusion application environment using APPSORA.env file but when i used to go that location i couldn't find that file.

After doing some research, i found out how to create APPSORA.env file..

Go to /u01/app/oracle/fa/products/fusionapps/applications/lcm/ad/bin location:

Run adsetenv.sh file

You can run adsetenv.sh file with View option or Noview (Default option).

If you run adsetenv.sh file with view option, APPSORA.env file will set environment using setenv which could use for csh shell.

Noview (default) option will create file which would set environment with export.


adsetenv.sh file DESCRIPTION
#   Shell script to create env file for Oracle Fusion Application.
#   By default script generate the env file with export command
#   For view, pass extra argument 'VIEW', to get env file compatible to view

This small manual step should include as one of the post installation step.

No comments:

Post a Comment