Unpack the Oracle Empirica Signal 9.1.0.2 files

On the application server running Oracle Empirica Signal 9.1.0.0.360 or 9.1.0.1.361, start a command shell.

  1. As the non-privileged user, on the application server running Oracle Empirica Signal 9.1, start a command shell (for example, Putty).
  2. Create a temporary directory <Signal9102> (for example, /u01/stage/Signal9102), and unpack ESI_9.1.0.2.zip into it. For example:
    $ unzip ESI_9.1.0.2.zip -d /u01/stage/Signal9102
  3. In the temporary directory, open the file update_Signal.sh and verify that directory /u01/stage/Signal_Install, specified in the file, exists. Otherwise, update the INSTALL_BASE_DIR, INSTALL_DIR, and SIGNAL_DIR variables with the actual path.
  4. From the temporary directory, give the shell script execute permissions and run it:
    $ chmod +x update_Signal.sh
    $ ./update_Signal.sh
    Verify that the script prints Completed and that there are no errors.
  5. Verify that there is a backup copy of <INSTALL_DIR> (e.g., Signal_Install.9_1_0_0_360_bkp or Signal_Install.9_1_0_1_361_bkp). Verify the <INSTALL_DIR>/Signal/WEB-INF/lib directory includes the following files, where xxx is the build number:
    • datamine-1_5_1_2_xxx.jar
    • empirica-1_5_1_2_xxx.jar
    • EmpiricaCore-1_5_1_2_xxx.jar
    • Signal-9_1_0_2_xxx.jar
    • topics-9_1_0_2_xxx.jar

    Note:

    If your site has configured Oracle Business Intelligence for Oracle Empirica Topics, follow the steps in Create the Oracle Business Intelligence database account for Oracle Empirica Topics Create the Oracle Business Intelligence views for Oracle Empirica Topics in the Reporting and Oracle Business Intelligence Configuration Guide. In Step 1, however, substitute the file, ESI_9.1.0.2.zip, included in this patch, for the Database.zip file.