ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Creating the administrator geodatabase users and connection in Oracle

Available with Production Mapping license.

  • 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 The geodatabase administrator in Oracle

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
Note:

Additional permissions are required if the nautical product library administrator is also a user-schema geodatabase owner.For more information, see Privileges for geodatabases in Oracle

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.

Note:

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"
	QUOTA UNLIMITED ON "PRODLIB_XMLDOC"
	QUOTA UNLIMITED ON "PRODLIB_XMLINDEX"
	QUOTA UNLIMITED ON "PRODLIB_SDEDICT"
	QUOTA UNLIMITED ON "PRODLIB_SDEDICTINDEX"
	ACCOUNT UNLOCK;

Grant privileges:

CREATE ROLE "GIS_DATA_CREATOR" NOT IDENTIFIED;
GRANT CREATE SESSION TO "GIS_DATA_CREATOR";
GRANT CREATE SEQUENCE TO "GIS_DATA_CREATOR";
GRANT CREATE TRIGGER TO "GIS_DATA_CREATOR";
GRANT CREATE VIEW TO "GIS_DATA_CREATOR";
GRANT CREATE TABLE TO "GIS_DATA_CREATOR"; 
GRANT GIS_DATA_CREATOR 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 ArcGIS for Desktop.

Related topics

  • Database connections in ArcGIS for Desktop

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2020 Esri. | Privacy | Legal