Spotfire® Server and Environment - Installation and Administration

Updating the Oracle database

When you update your Spotfire Server to a newer version, any user action database logging you have configured earlier will most likely continue to work. If there are new views available, you might want to add them.

About this task

See also Update action logs and system monitoring.
Tip: If you are familiar with SQL utilities, it is probably the fastest to log in to the schema spotfire_actionlog and run the SQL found in create_actionlog_db.sql. The SQL is written so that it can be run many times.

Otherwise, you can tweak the existing scripts to run the SQL.

Before you begin

You must have credentials to the action log database.

Procedure

  1. In the new installation kit directory, browse to \scripts\oracle_install\actionlog.
  2. Using a text editor, open the script file create_actionlog_db.bat (on Windows) or .sh (on Linux).
  3. In the file, remove the section that creates the tablespace and user. Then, enter the information for DBSERVER_CONNECTIDENTIFIER, ACTIONDB_USERNAME, and ACTIONDB_PASSWORD, and run the edited script the same way as when you enabled the database logging.

What to do next

The installation kit also includes a library import file, which contains information links for logging categories, as well as a sample Spotfire analysis file, which you can use to gain insight about your system. This import file might be updated with a new release and, if so, you can import it again. See Importing a library for analyzing action logs in Spotfire Analyst for more information.