Erstellen und Konfigurieren des Reviewer-Workspace in einer geodatabase in Oracle
Erstellen einer Enterprise-Geodatabase
Der Serveradministrator muss eine neue geodatabase in Oracle erstellen, die als Reviewer-Workspace verwendet werden kann.
Weitere Informationen zum Einrichten einer Geodatabase in Oracle
Empfehlungen für eine geodatabase in Oracle
It is recommended that the following parameter values be used when creating a geodatabase in Oracle.
Parameter name | Value |
---|---|
Configure with Database Enterprise Manager | Enabled |
Automatic Memory Management | Enabled |
OPEN_CURSORS | 10000 |
SESSION_CACHED_CURSORS | 50–150 |
DEFERRED_SEGMENT_CREATION | False |
RESOURCE_LIMIT | True |
ALTER PROFILE "DEFAULT" LIMIT IDLE_TIME 60 PASSWORD_LIFE_TIME UNLIMITED PASSWORD_GRACE_TIME UNLIMITED | Set Default profile for ArcSDE and data owner users |
RECYCLEBIN | Off |
Konfigurieren der Geodatabase in ArcSDE
Das für die Geodatabase verwendete DBMS sollte konfiguriert werden, bevor der Reviewer-Workspace mit dem Standardgeometriespeicher eingerichtet wird. Weitere Informationen finden Sie unter Geodatabase-Speichermodell in relationalen Datenbanken oder Die Systemtabelle SERVER_CONFIG.
All default serverconfig settings should be used except TCPKEEPALIVE; make sure the TCPKEEPALIVE value is set to TRUE. This command should be used from the command prompt of a machine where the ArcSDE application server is installed.

Copying and pasting the example may cause syntax errors.
sdeconfig -o alter -v TCPKEEPALIVE=TRUE -i <service> -u sde -p <sde_password>
For more information, see the ArcSDE Administration Command Reference, which is included with the ArcSDE application server installation.