Using the Quick Start for On-Premises Deployment
Spatial Studio is available as a Java application for trial, development, and testing purposes at no cost under an Oracle Technology Network License Agreement.
Deployment
Download Spatial Studio Quick Start from Oracle Technical Resources (formerly OTN)
Technical Requirements
- Oracle Database 19c+ with Spatial installed (note: Spatial is installed by default)
- 64-bit JDK8 (update 181 or later) and JDK 11 only
- Required DB privileges: CONNECT, CREATE SESSION, CREATE TABLE, CREATE VIEW, CREATE SEQUENCE, CREATE PROCEDURE, CREATE SYNONYM, CREATE TYPE, CREATE TRIGGER
- Public internet connection to access hosted background maps and geocoding service
- Minimum of 1.5GB of free memory, 8GB of total memory
Installing and Configuring
- Navigate here and click the download link for the latest Oracle Spatial Studio - Quick Start
- You will be sent to the Oracle Software Cloud Delivery (also known as eDelivery). Accept the terms of the agreement and download the zip for Spatial_Studio_<version>_QS.zip
- Unzip (extract) it, which results in a directory named Oracle_Spatial_Studio.
- Ensure that the JAVA_HOME environment variable exists on your system, and points to a full JDK installation of Java SE Development Kit 8u181 or later.
- Ensure that the port 4040 is not being used by any other (web) applications. (You can direct Spatial Studio to use different ports, but 4040 is the default HTTPS port for Studio.)
- From a command window (Windows) or terminal (Linux or Mac), go to (cd) the Oracle_Spatial_Studio directory. This directory contains several .bat or .sh files.
- Use start.sh or start.bat to start the application. (On Linux or Mac you may need to ensure that the .sh files are executable by first running the command: chmod u+x *.sh)
Leave the terminal or command window open.
In your browser, go to the URL: https://localhost:4040/spatialstudio
This page will require a login. And you will need to add a security exception to
your browser as the Quick Start uses a self-signed SSL certificate. Check the README.txt file found in the Quick Start folder for login instructions and how to change the login id et al. The following considerations apply to using Spatial Studio Quick Start:
- The default port is 4040, but you can change it by editing the file conf/server.json in Oracle_Spatial_Studio. You will need to restart the application after you make the change.
- Spatial Studio Quick Start provides several predefined web user login
accounts in the configuration file conf/jetty-realm.properties. You should change the passwords immediately after you unzip the downloaded Quick Start. Because Spatial Studio Quick Start is intended for personal use, the passwords for the end user accounts are not encrypted. However, all other passwords, such as those used to log into the Spatial Studio metadata schema or for any user-created connections to database schemas, are strongly encrypted everywhere.
- To stop the application, the preferred approach is to start a second terminal or command window, then go to the same Oracle_Spatial_Studio folder and run the stop.bat or stop.sh script.
See documentation for more information.