ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS Desktop

Ein vollständiges professionelles GIS

ArcGIS Enterprise

GIS in Ihrem Unternehmen

ArcGIS Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

ArcMap

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Verwalten von Daten
  • Werkzeuge
  • Erweiterungen

Creating the administrator geodatabase users and connection in Oracle

Mit der Production Mapping-Lizenz verfügbar.

  • Creating the administrator geodatabase users
  • Creating the administrator database connection

Creating the administrator geodatabase users

The geodatabase users are underlying enterprise database users and store the product library feature classes and tables. You need to grant the appropriate permissions.

For more information, see Data ownership.

For product library administrators, the following is suggested:

User typeRoleOracle permissions

Data owner

CONNECT

  • CREATE PROCEDURE
  • CREATE SEQUENCE
  • CREATE SESSION
  • CREATE TRIGGER
  • CREATE VIEW
  • CREATE TABLE

Administrator permissions

The following scripts can be used in Oracle to create a new database user to store the product library feature classes and tables and grant the appropriate permissions:

Hinweis:

Copying and pasting the examples may cause syntax errors.

Create user and schema:

CREATE USER PRODLIB PROFILE DEFAULT IDENTIFIED BY prodlib
	DEFAULT TABLESPACE "PRODLIB_BDATA"
	TEMPORARY TABLESPACE "TEMP" 
	QUOTA UNLIMITED ON "PRODLIB_BDATA"
	QUOTA UNLIMITED ON "PRODLIB_BINDEX"
	QUOTA UNLIMITED ON "PRODLIB_FDATA"
	QUOTA UNLIMITED ON "PRODLIB_FINDEX"
	QUOTA UNLIMITED ON "PRODLIB_SDATA"
	QUOTA UNLIMITED ON "PRODLIB_SINDEX"
	QUOTA UNLIMITED ON "PRODLIB_ADATA"
	QUOTA UNLIMITED ON "PRODLIB_AINDEX"
	QUOTA UNLIMITED ON "PRODLIB_DDATA"
	QUOTA UNLIMITED ON "PRODLIB_DINDEX"
	ACCOUNT UNLOCK;

Grant privileges:

GRANT CREATE SESSION TO PRODLIB;
GRANT CREATE SEQUENCE TO PRODLIB;
GRANT CREATE TRIGGER TO PRODLIB;
GRANT CREATE VIEW TO PRODLIB;
GRANT CREATE TABLE TO PRODLIB;

Creating the administrator database connection

You need to create an administrator database connection when the product library is stored in an Enterprise-Geodatabase. Create a database connection in ArcCatalog with the PRODLIB user; this will be the product library workspace location.

For more information, see Database connections in ArcMap.

Verwandte Themen

  • Datenbankverbindungen in ArcMap

ArcGIS Desktop

  • Startseite
  • Dokumentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

Über Esri

  • Über uns
  • Karriere
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Wir sind an Ihrer Meinung interessiert.
Copyright © 2021 Esri. | Datenschutz | Rechtliches