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

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

Creating the administrator users and connection in Oracle for the Workflow Manager (Classic) workspace

Available with Workflow Manager 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 Workflow Manager (Classic) feature dataset and tables. You need to grant them the appropriate permissions.

For more information, see Data ownership.

The following scripts can be used in Oracle SQL Plus or Oracle SQL Developer to create a new database user to store the Workflow Manager (Classic) feature classes and tables and grant the appropriate permissions.

Note:

Copying and pasting the example may cause syntax errors.

Create user and schema.

CREATE USER WMX PROFILE DEFAULT IDENTIFIED BY wmxadmin
	DEFAULT TABLESPACE "WMX_BDATA"
	TEMPORARY TABLESPACE "TEMP" 
	QUOTA UNLIMITED ON "WMX_BDATA"
	QUOTA UNLIMITED ON "WMX_BINDEX"
	QUOTA UNLIMITED ON "WMX_FDATA"
	QUOTA UNLIMITED ON "WMX_FINDEX"
	QUOTA UNLIMITED ON "WMX_SDATA"
	QUOTA UNLIMITED ON "WMX_SINDEX"
	QUOTA UNLIMITED ON "WMX_ADATA"
	QUOTA UNLIMITED ON "WMX_AINDEX"
	QUOTA UNLIMITED ON "WMX_DDATA"
	QUOTA UNLIMITED ON "WMX_DINDEX"
	ACCOUNT UNLOCK;

Grant privileges.

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

Creating the administrator database connection

You need to create an administrator database connection when the Workflow Manager (Classic) workspace is stored in an enterprise geodatabase. Create a database connection in ArcCatalog with the Workflow Manager (Classic) user; this will be the Workflow Manager (Classic) workspace location.

For more information on database connections, see Database connections in ArcMap.

Related topics

  • Database connections in ArcMap

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

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

About Esri

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