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 users and connection in Oracle for the Reviewer workspace

Available with Data Reviewer 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 Reviewer feature dataset and tables. You need to grant the appropriate permissions.

Learn how to add users to an Oracle database

The following scripts can be used in Oracle SQL Plus or Oracle SQL Developer to create a new database user to store the Reviewer 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 REV PROFILE DEFAULT IDENTIFIED BY rev
	DEFAULT TABLESPACE "REV_BDATA"
	TEMPORARY TABLESPACE "TEMP" 
	QUOTA UNLIMITED ON "REV_BDATA"
	QUOTA UNLIMITED ON "REV_BINDEX"
	QUOTA UNLIMITED ON "REV_FDATA"
	QUOTA UNLIMITED ON "REV_FINDEX"
	QUOTA UNLIMITED ON "REV_SDATA"
	QUOTA UNLIMITED ON "REV_SINDEX"
	QUOTA UNLIMITED ON "REV_ADATA"
	QUOTA UNLIMITED ON "REV_AINDEX"
	QUOTA UNLIMITED ON "REV_DDATA"
	QUOTA UNLIMITED ON "REV_DINDEX"
	ACCOUNT UNLOCK;

Grant privileges:

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

Creating the administrator database connection

You need to create an administrator database connection when the Reviewer workspace is stored in an enterprise geodatabase. Create a database connection in ArcCatalog with the REV user; this will be the Reviewer 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 © 2019 Esri. | Privacy | Legal