ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • 帮助
  • Sign Out
ArcGIS Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS Desktop

全面的专业性 GIS

ArcGIS Enterprise

面向企业的 GIS

ArcGIS Developers

用于构建位置感知应用程序的工具

ArcGIS Solutions

适用于行业的免费模板地图和应用程序

ArcGIS Marketplace

获取适用于组织的应用程序和数据

  • 文档
  • 支持
Esri
  • 登录
user
  • 我的个人资料
  • 登出

ArcMap

  • 主页
  • 入门
  • 地图
  • 分析
  • 管理数据
  • 工具
  • 扩展模块

Creating the administrator users and connection for the NIS workspace in Oracle

  • 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 NIS feature classes and tables. You need to grant the appropriate permissions.

For more information, see Data ownership.

For NIS 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
注:

Additional permissions are required if the NIS 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 SQL*Plus or Oracle SQL Developer to create a new database user to store the NIS feature classes and tables and grant the appropriate permissions.

注:

对示例进行复制和粘贴可能会导致语法错误。

Create user and schema:

CREATE USER NIS PROFILE DEFAULT IDENTIFIED BY nisadmin
	DEFAULT TABLESPACE "NIS_BDATA"
	TEMPORARY TABLESPACE "TEMP" 
	QUOTA UNLIMITED ON "NIS_BDATA"
	QUOTA UNLIMITED ON "NIS_BINDEX"
	QUOTA UNLIMITED ON "NIS_FDATA"
	QUOTA UNLIMITED ON "NIS_FINDEX"
	QUOTA UNLIMITED ON "NIS_SDATA"
	QUOTA UNLIMITED ON "NIS_SINDEX"
	QUOTA UNLIMITED ON "NIS_ADATA"
	QUOTA UNLIMITED ON "NIS_AINDEX"
	QUOTA UNLIMITED ON "NIS_DDATA"
	QUOTA UNLIMITED ON "NIS_DINDEX"
	QUOTA UNLIMITED ON "NIS_XMLDOC"
	QUOTA UNLIMITED ON "NIS_XMLINDEX"
	QUOTA UNLIMITED ON "NIS_SDEDICT"
	QUOTA UNLIMITED ON "NIS_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 NIS;

Creating the administrator database connection

You need to create an administrator database connection when the NIS is stored in an 企业级地理数据库. Create a database connection in ArcCatalog with the NIS user; this will be the NIS workspace location.

For more information, see Database connections in ArcMap.

ArcGIS Desktop

  • 主页
  • 文档
  • 支持

ArcGIS

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

关于 Esri

  • 关于我们
  • 招贤纳士
  • Esri 博客
  • 用户大会
  • 开发者峰会
Esri
分享您的想法。
Copyright © 2021 Esri. | 隐私政策 | 法律声明