2.1 Prerequisites and Recommendations for Spatial Studio

This section describes the prerequisites and recommendations that apply for using Spatial Studio.

Oracle Spatial must be installed on the database to which any users will connect to perform actions with Spatial Studio. (It is not sufficient to have only Oracle Locator installed.)

The following additional requirements and recommendations apply:
  • Java versions: Java 8 (64-bit, update 181 or later); or JDK 11 (64-bit).
  • Oracle Database 19c or later. This applies both to the Spatial Studio metadata schema and to all database connections that will be used by Spatial Studio users.

    Note:

    Oracle Spatial Studio Releases are backward compatible with supported Oracle Database versions.
  • Oracle WebLogic Server 12.2.1.3 or later.
  • All the privileges listed in section Setting Up the Spatial Studio Metadata Schema are required for each database user that works with Spatial Studio.
  • Quota on the default tablespace for each database user that works with Spatial Studio. ALTER USER statement format: ALTER USER [username] QUOTA [quota value] ON [default tablespace name];

    For example, for a user named test_user with default tablespace users:

    ALTER USER test_user QUOTA unlimited ON users;
  • The default tablespace for the Spatial Studio repository schema should not use compression.