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 JDK 11 (64-bit) or later.
- 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 14c 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 tablespaceusers
:ALTER USER test_user QUOTA unlimited ON users;
- The default tablespace for the Spatial Studio repository schema should not use compression.
- All the prerequisites mentioned in Prerequisites for Uploading Raster Files Using Spatial Studio to upload raster files as Georaster to Oracle Database.
Parent topic: Administering Oracle Spatial Studio