Install Oracle BI Applications

Install Oracle BI Applications 11.1.1.10.3 PS4 using the installer.

  1. Download the installer (jar file) from the Oracle Business Intelligence Applications Downloads page.
    You see two jar files. Ensure your keep both the jar files in the same directory.
  2. Prepare a text file (known as response file) using the name biapps.resp with the contents seen in the sample response file:
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    #provide oracle home location, where the product would be installed.
    ORACLE_HOME=/scratch/biapps/Oracle/Middleware/NEW_ORACLE_HOME
  3. Run the installer:
    $ java -jar obia.12c.distribution-11.1.1.10.PS4-generic.jar -silent -responseFile /tmp/biapps.resp -invPtrLoc oraInst.loc

    Note:

    Ensure that the responseFile parameter value is an absolute file path and not a relative path. Use a command for the jar file which doesn’t have 2 in the filename of the responseFile.