2.10 Moving the Spatial Studio Metadata Schema
You can move your Spatial Studio metadata schema from one database to another.
Perform the steps in the following sections to move your Spatial Studio metadata schema to a different database:
Parent topic: Administering Oracle Spatial Studio
2.10.1 Moving or Copying the Metadata Tables
You must first move or copy the following metadata tables from your current database to the new database:
SGTECH_SYS_TYPE
SGTECH_SYS_JSON_SCHEMA
SGTECH_OBJECT
SGTECH_OBJECT_RESOURCE
SGTECH_TASK_QUEUE
SGTECH_TASK_BROKER
SGTECH_REPOCHANGELOG
SGTECH_REPOCHANGELOG_LOCK
You
can use one of the following methods to move or copy the preceding Spatial Studio
metadata tables:- Use Oracle Data Pump to transfer the metadata schema objects to a different database. See Oracle Data Pump in Oracle Database Utilities for more information.
- Manually copy the metadata schema objects to the new database. The
Database Copy feature in Oracle SQL Developer is useful for this option. See
Database Copy in Oracle SQL Developer User's Guide for more information.
When copying manually, the metadata MUST be copied in the order as shown in the preceding list.
Parent topic: Moving the Spatial Studio Metadata Schema
2.10.2 Connecting Spatial Studio to the Relocated Metadata Schema
After Moving or Copying the Metadata Tables, perform the following steps to reconnect your existing Spatial Studio instance to
the newly relocated metadata schema.
Parent topic: Moving the Spatial Studio Metadata Schema