Create Enterprise Geodatabase
أداة إنشاء قاعدة
بيانات المؤسسة الجغرافية
ArcMap ArcGIS
How to Create Enterprise
Geodatabase Tool in ArcToolbox ArcMap ArcGIS??
كيفية استخدام أداة إنشاء قاعدة بيانات المؤسسة الجغرافيةArcToolbox ArcMap
ArcGIS ؟؟
Path
to access the toolمسار الوصول الى الأداة
:
Create
Enterprise Geodatabase Tool, Geodatabase
Administration Toolset, Data Management Tools
Toolbox
Create Enterprise Geodatabase
Creates a database,
storage locations, and a database user to act as the geodatabase administrator
and owner of the geodatabase. Functionality varies depending on the database
management system used. The tool grants the geodatabase administrator privileges
required to create a geodatabase, and then creates a geodatabase in the
database.
يُنشئ قاعدة بيانات ومواقع تخزين ومستخدم قاعدة
بيانات للعمل كمسؤول قاعدة البيانات الجغرافية ومالك قاعدة البيانات الجغرافية.
تختلف الوظائف باختلاف نظام إدارة قاعدة البيانات المستخدم. تمنح الأداة امتيازات
مسؤول قاعدة البيانات الجغرافية المطلوبة لإنشاء قاعدة بيانات جغرافية ، ثم تنشئ
قاعدة بيانات جغرافية في قاعدة البيانات.
1.
Database Platform منصة قاعدة
البيانات
Specify the type of
database management system to which you will connect to create a geodatabase.
·
Oracle—Connect to an Oracle instance.
·
PostgreSQL—Connect to a PostgreSQL database cluster
·
SQL_Server— Connect to a Microsoft SQL Server instance.
حدد نوع نظام إدارة قاعدة البيانات الذي ستتصل به
لإنشاء قاعدة بيانات جغرافية.
• أوراكل - الاتصال بطبعة
أوراكل.
• PostgreSQL — الاتصال بمجموعة قواعد بيانات PostgreSQL
• SQL_Server - الاتصال بمثيل Microsoft SQL Server.
Instance
For SQL Server, provide the SQL Server instance name. Case-sensitive or
binary collation SQL Server instances are not supported.
For Oracle, provide either the TNS name or the Oracle Easy Connection
string.
For PostgreSQL, provide the name of the server where PostgreSQL is
installed.
Database
(optional)
This parameter is valid for PostgreSQL and SQL Server. You can type either
the name of an existing, preconfigured database or a name for a database that
the tool will create.
If the tool creates the database in SQL Server, the file sizes will either
be the same as defined for the SQL Server model database or 500 MB for the MDF
file and 125 MB for the LDF file, whichever is greater. Both the MDF and LDF
files are created in the default SQL Server location on the database server.
If the tool creates the database in PostgreSQL, it uses the template1
database as the template for your database. If you need a different
template—for example, you require a template that is enabled for a PostGIS—you
must create the database before running this tool and provide the name of the
existing database. Always use lowercase characters for the database name. If
you use uppercase letters, the tool will convert them to lowercase.
Operating
System Authentication (optional)
Specify the type of authentication to use for the database connection.
· Checked—Use operating system authentication. The login information you
provide for the computer where you run the tool is the login used to
authenticate the database connection. If your database management system is not
configured to allow operating system authentication, authentication will fail.
· Unchecked—Use database authentication. You must provide a valid database
user name and password for authentication in the database. This is the default.
If your database management system is not configured to allow database authentication,
authentication will fail.
Database
Administrator (optional)
If you use database authentication, specify a database administrator user.
For Oracle, use the sys user. For PostgreSQL, specify a user that has superuser
status. For SQL Server, specify any member of the sysadmin fixed server role.
Database
Administrator Password (optional)
If you use database authentication, type the password for the database
administrator.
Sde Owned
Schema (optional)
This parameter is only active for SQL Server.
· Checked—The geodatabase will be created in the schema of the sde user.
· Unchecked—You must be logged into the SQL Server instance as a user who is
dbo in the instance, and the geodatabase will be created in the dbo schema in
the database.
Geodatabase
Administrator (optional)
If you are using PostgreSQL, this value must be sde. If the sde login role
does not exist, this tool creates it and grants it superuser status in the
database cluster. If the sde login role exists, this tool will grant it
superuser status if it does not already have it. The tool also creates an sde
schema in the database and grants usage on the schema to public.
If you are using Oracle, the value is sde. If the sde user does not exist
in the Oracle database, the Create Enterprise Geodatabase tool creates it and
grants it the privileges required to create and upgrade a geodatabase and
disconnect users from the database. If you run this tool in an Oracle 12c or
18c database, the tool also grants privileges to allow data imports using Oracle
Data Pump. If the sde user already exists, the tool will grant these same
privileges to the existing user.
Beginning with ArcGIS 10.7 and ArcGIS Pro 2.3, you cannot create
user-schema geodatabases in Oracle.
If you are using SQL Server and specified an sde-schema geodatabase, this
value must be sde. The tool will create an sde login, database user, and schema
and grant it privileges to create a geodatabase and kill connections to the SQL
Server instance. If you specified a dbo schema, do not provide a value for this
parameter.
Geodatabase
Administrator Password (optional)
The password for the geodatabase administrator user. If the geodatabase
administrator user already exists in the database management system, the
password you provide must match the existing password. If the geodatabase
administrator user does not already exist, type a valid database password for
the new user. The password must meet the password policy enforced by your
database.
The password is an encrypted string.
Tablespace
Name (optional)
This parameter is only valid for Oracle and PostgreSQL DBMS types. For
Oracle, do one of the following:
· Provide the name of an existing tablespace. This tablespace will be used
as the default tablespace for the geodatabase administrator user.
· Type a valid name for a new tablespace. The tool will create a 400 MB
tablespace in the Oracle default storage location and set it as the geodatabase
administrator's default tablespace.
· Leave the tablespace blank, and the tool will create a 400 MB tablespace
named SDE_TBS in the Oracle default storage location. The SDE_TBS tablespace
will be set as the geodatabase administrator's default tablespace.
This tool does not create a tablespace in PostgreSQL. You must either
provide the name of an existing tablespace to be used as the database's default
tablespace, or leave this parameter blank. If you leave the parameter blank,
the tool creates a database in the pg_default tablespace.
Authorization
File
The path and file name of the keycodes file that was created when ArcGIS
Server was authorized. This file is in the \\Program
Files\ESRI\License<release#>\sysgen folder on Windows or the
/arcgis/server/framework/runtime/.wine/drive_c/Program
Files/ESRI/License<release#>/sysgen directory on Linux. If you have not
already done so, authorize ArcGIS Server to create this file.
You will likely need to copy the keycodes file from the ArcGIS Server
machine to a location accessible to the tool.
2.
Instance نموذج
For SQL Server, provide
the SQL Server instance name. Case-sensitive or binary collation SQL Server
instances are not supported.
For Oracle, provide
either the TNS name or the Oracle Easy Connection string.
For PostgreSQL, provide
the name of the server where PostgreSQL is installed.
بالنسبة لـ SQL Server ، قم بتوفير اسم مثيل SQL Server. لا
يتم دعم مثيلات SQL Server الحساسة لحالة الأحرف أو
الترتيب الثنائي.
بالنسبة إلى Oracle ، قم
بتوفير إما اسم TNS أو سلسلة Oracle Easy Connection.
بالنسبة إلى PostgreSQL ، قم بتوفير اسم الخادم المثبت عليه PostgreSQL.
Database
(optional)
This parameter is valid for PostgreSQL and SQL Server. You can type either
the name of an existing, preconfigured database or a name for a database that
the tool will create.
If the tool creates the database in SQL Server, the file sizes will either
be the same as defined for the SQL Server model database or 500 MB for the MDF
file and 125 MB for the LDF file, whichever is greater. Both the MDF and LDF
files are created in the default SQL Server location on the database server.
If the tool creates the database in PostgreSQL, it uses the template1
database as the template for your database. If you need a different
template—for example, you require a template that is enabled for a PostGIS—you
must create the database before running this tool and provide the name of the
existing database. Always use lowercase characters for the database name. If
you use uppercase letters, the tool will convert them to lowercase.
Operating
System Authentication (optional)
Specify the type of authentication to use for the database connection.
· Checked—Use operating system authentication. The login information you
provide for the computer where you run the tool is the login used to
authenticate the database connection. If your database management system is not
configured to allow operating system authentication, authentication will fail.
· Unchecked—Use database authentication. You must provide a valid database
user name and password for authentication in the database. This is the default.
If your database management system is not configured to allow database
authentication, authentication will fail.
Database
Administrator (optional)
If you use database authentication, specify a database administrator user.
For Oracle, use the sys user. For PostgreSQL, specify a user that has superuser
status. For SQL Server, specify any member of the sysadmin fixed server role.
Database
Administrator Password (optional)
If you use database authentication, type the password for the database
administrator.
Sde Owned
Schema (optional)
This parameter is only active for SQL Server.
· Checked—The geodatabase will be created in the schema of the sde user.
· Unchecked—You must be logged into the SQL Server instance as a user who is
dbo in the instance, and the geodatabase will be created in the dbo schema in
the database.
Geodatabase
Administrator (optional)
If you are using PostgreSQL, this value must be sde. If the sde login role
does not exist, this tool creates it and grants it superuser status in the
database cluster. If the sde login role exists, this tool will grant it
superuser status if it does not already have it. The tool also creates an sde
schema in the database and grants usage on the schema to public.
If you are using Oracle, the value is sde. If the sde user does not exist
in the Oracle database, the Create Enterprise Geodatabase tool creates it and
grants it the privileges required to create and upgrade a geodatabase and
disconnect users from the database. If you run this tool in an Oracle 12c or
18c database, the tool also grants privileges to allow data imports using
Oracle Data Pump. If the sde user already exists, the tool will grant these
same privileges to the existing user.
Beginning with ArcGIS 10.7 and ArcGIS Pro 2.3, you cannot create user-schema
geodatabases in Oracle.
If you are using SQL Server and specified an sde-schema geodatabase, this
value must be sde. The tool will create an sde login, database user, and schema
and grant it privileges to create a geodatabase and kill connections to the SQL
Server instance. If you specified a dbo schema, do not provide a value for this
parameter.
Geodatabase
Administrator Password (optional)
The password for the geodatabase administrator user. If the geodatabase
administrator user already exists in the database management system, the
password you provide must match the existing password. If the geodatabase
administrator user does not already exist, type a valid database password for
the new user. The password must meet the password policy enforced by your
database.
The password is an encrypted string.
Tablespace
Name (optional)
This parameter is only valid for Oracle and PostgreSQL DBMS types. For
Oracle, do one of the following:
· Provide the name of an existing tablespace. This tablespace will be used
as the default tablespace for the geodatabase administrator user.
· Type a valid name for a new tablespace. The tool will create a 400 MB
tablespace in the Oracle default storage location and set it as the geodatabase
administrator's default tablespace.
· Leave the tablespace blank, and the tool will create a 400 MB tablespace
named SDE_TBS in the Oracle default storage location. The SDE_TBS tablespace
will be set as the geodatabase administrator's default tablespace.
This tool does not create a tablespace in PostgreSQL. You must either
provide the name of an existing tablespace to be used as the database's default
tablespace, or leave this parameter blank. If you leave the parameter blank,
the tool creates a database in the pg_default tablespace.
Authorization
File
The path and file name of the keycodes file that was created when ArcGIS
Server was authorized. This file is in the \\Program
Files\ESRI\License<release#>\sysgen folder on Windows or the
/arcgis/server/framework/runtime/.wine/drive_c/Program
Files/ESRI/License<release#>/sysgen directory on Linux. If you have not
already done so, authorize ArcGIS Server to create this file.
You will likely need to copy the keycodes file from the ArcGIS Server
machine to a location accessible to the tool.
3.
Database (optional) قاعدة بيانات
(اختياري)
This parameter is valid
for PostgreSQL and SQL Server. You can type either the name of an existing,
preconfigured database or a name for a database that the tool will create.
If the tool creates the
database in SQL Server, the file sizes will either be the same as defined for
the SQL Server model database or 500 MB for the MDF file and 125 MB for the LDF
file, whichever is greater. Both the MDF and LDF files are created in the
default SQL Server location on the database server.
If the tool creates the
database in PostgreSQL, it uses the template1 database as the template for your
database. If you need a different template—for example, you require a template
that is enabled for a PostGIS—you must create the database before running this
tool and provide the name of the existing database. Always use lowercase
characters for the database name. If you use uppercase letters, the tool will
convert them to lowercase.
هذه المعلمة صالحة لـ PostgreSQL و SQL
Server.
يمكنك كتابة إما اسم قاعدة بيانات موجودة مسبقًا ومكوّنة مسبقًا أو اسم قاعدة
بيانات ستقوم الأداة بإنشائها.
إذا أنشأت الأداة قاعدة البيانات في SQL Server ، فستكون أحجام الملفات إما هي نفسها المحددة لقاعدة بيانات نموذج
SQL Server أو 500 ميغابايت لملف MDF و 125
ميغابايت لملف LDF ، أيهما أكبر. يتم إنشاء ملفات MDF و LDF في
موقع SQL Server الافتراضي على خادم
قاعدة البيانات.
إذا أنشأت الأداة قاعدة البيانات في PostgreSQL ، فإنها تستخدم قاعدة بيانات template1 كقالب لقاعدة البيانات الخاصة بك. إذا كنت بحاجة إلى نموذج مختلف
- على سبيل المثال ، فأنت تحتاج إلى نموذج يتم تمكينه لـ PostGIS - يجب عليك إنشاء قاعدة البيانات قبل تشغيل هذه الأداة وتقديم اسم
قاعدة البيانات الحالية. استخدم دائمًا أحرفًا صغيرة لاسم قاعدة البيانات. إذا كنت
تستخدم أحرفًا كبيرة ، فستقوم الأداة بتحويلها إلى أحرف صغيرة.
Operating System
Authentication (optional)
Specify the type of authentication to use for the database connection.
· Checked—Use operating system authentication. The login information you
provide for the computer where you run the tool is the login used to
authenticate the database connection. If your database management system is not
configured to allow operating system authentication, authentication will fail.
· Unchecked—Use database authentication. You must provide a valid database
user name and password for authentication in the database. This is the default.
If your database management system is not configured to allow database
authentication, authentication will fail.
Database
Administrator (optional)
If you use database authentication, specify a database administrator user.
For Oracle, use the sys user. For PostgreSQL, specify a user that has superuser
status. For SQL Server, specify any member of the sysadmin fixed server role.
Database
Administrator Password (optional)
If you use database authentication, type the password for the database
administrator.
Sde Owned
Schema (optional)
This parameter is only active for SQL Server.
· Checked—The geodatabase will be created in the schema of the sde user.
· Unchecked—You must be logged into the SQL Server instance as a user who is
dbo in the instance, and the geodatabase will be created in the dbo schema in
the database.
Geodatabase
Administrator (optional)
If you are using PostgreSQL, this value must be sde. If the sde login role
does not exist, this tool creates it and grants it superuser status in the
database cluster. If the sde login role exists, this tool will grant it
superuser status if it does not already have it. The tool also creates an sde
schema in the database and grants usage on the schema to public.
If you are using Oracle, the value is sde. If the sde user does not exist
in the Oracle database, the Create Enterprise Geodatabase tool creates it and
grants it the privileges required to create and upgrade a geodatabase and
disconnect users from the database. If you run this tool in an Oracle 12c or
18c database, the tool also grants privileges to allow data imports using
Oracle Data Pump. If the sde user already exists, the tool will grant these
same privileges to the existing user.
Beginning with ArcGIS 10.7 and ArcGIS Pro 2.3, you cannot create
user-schema geodatabases in Oracle.
If you are using SQL Server and specified an sde-schema geodatabase, this
value must be sde. The tool will create an sde login, database user, and schema
and grant it privileges to create a geodatabase and kill connections to the SQL
Server instance. If you specified a dbo schema, do not provide a value for this
parameter.
Geodatabase
Administrator Password (optional)
The password for the geodatabase administrator user. If the geodatabase
administrator user already exists in the database management system, the
password you provide must match the existing password. If the geodatabase
administrator user does not already exist, type a valid database password for
the new user. The password must meet the password policy enforced by your
database.
The password is an encrypted string.
Tablespace
Name (optional)
This parameter is only valid for Oracle and PostgreSQL DBMS types. For
Oracle, do one of the following:
· Provide the name of an existing tablespace. This tablespace will be used
as the default tablespace for the geodatabase administrator user.
· Type a valid name for a new tablespace. The tool will create a 400 MB
tablespace in the Oracle default storage location and set it as the geodatabase
administrator's default tablespace.
· Leave the tablespace blank, and the tool will create a 400 MB tablespace
named SDE_TBS in the Oracle default storage location. The SDE_TBS tablespace
will be set as the geodatabase administrator's default tablespace.
This tool does not create a tablespace in PostgreSQL. You must either
provide the name of an existing tablespace to be used as the database's default
tablespace, or leave this parameter blank. If you leave the parameter blank,
the tool creates a database in the pg_default tablespace.
Authorization
File
The path and file name of the keycodes file that was created when ArcGIS
Server was authorized. This file is in the \\Program Files\ESRI\License<release#>\sysgen
folder on Windows or the /arcgis/server/framework/runtime/.wine/drive_c/Program
Files/ESRI/License<release#>/sysgen directory on Linux. If you have not
already done so, authorize ArcGIS Server to create this file.
You will likely need to copy the keycodes file from the ArcGIS Server
machine to a location accessible to the tool.
4.
Operating System Authentication (optional) مصادقة نظام التشغيل (اختياري)
Specify the type of
authentication to use for the database connection.
·
Checked—Use operating system authentication. The login information
you provide for the computer where you run the tool is the login used to
authenticate the database connection. If your database management system is not
configured to allow operating system authentication, authentication will fail.
·
Unchecked—Use database authentication. You must provide a valid
database user name and password for authentication in the database. This is the
default. If your database management system is not configured to allow database
authentication, authentication will fail.
حدد نوع المصادقة المراد استخدامه لاتصال قاعدة
البيانات.
• محدد - استخدم مصادقة
نظام التشغيل. معلومات تسجيل الدخول التي تقدمها للكمبيوتر حيث تقوم بتشغيل الأداة
هي معلومات تسجيل الدخول المستخدمة لمصادقة اتصال قاعدة البيانات. إذا لم يتم
تكوين نظام إدارة قاعدة البيانات لديك للسماح بمصادقة نظام التشغيل ، فستفشل
المصادقة.
• غير محدد - استخدم
مصادقة قاعدة البيانات. يجب توفير اسم مستخدم وكلمة مرور صالحين لقاعدة البيانات
للمصادقة في قاعدة البيانات. هذا هو الافتراضي. إذا لم يتم تكوين نظام إدارة قاعدة
البيانات لديك للسماح بمصادقة قاعدة البيانات ، فستفشل المصادقة.
5.
Database Administrator (optional) مسؤول
قاعدة بيانات (اختياري)
If you use database
authentication, specify a database administrator user. For Oracle, use the sys
user. For PostgreSQL, specify a user that has superuser status. For SQL Server,
specify any member of the sysadmin fixed server role.
إذا كنت تستخدم مصادقة قاعدة البيانات ، فحدد
مستخدم مسؤول قاعدة البيانات. بالنسبة إلى Oracle ،
استخدم مستخدم sys. بالنسبة إلى PostgreSQL ، حدد
مستخدمًا له حالة المستخدم المتميز. بالنسبة لـ SQL Server ، حدد أي عضو في دور خادم ثابت مسؤول النظام.
Database
Administrator Password (optional)
If you use database authentication, type the password for the database
administrator.
Sde Owned
Schema (optional)
This parameter is only active for SQL Server.
· Checked—The geodatabase will be created in the schema of the sde user.
· Unchecked—You must be logged into the SQL Server instance as a user who is
dbo in the instance, and the geodatabase will be created in the dbo schema in
the database.
Geodatabase
Administrator (optional)
If you are using PostgreSQL, this value must be sde. If the sde login role
does not exist, this tool creates it and grants it superuser status in the
database cluster. If the sde login role exists, this tool will grant it
superuser status if it does not already have it. The tool also creates an sde
schema in the database and grants usage on the schema to public.
If you are using Oracle, the value is sde. If the sde user does not exist
in the Oracle database, the Create Enterprise Geodatabase tool creates it and
grants it the privileges required to create and upgrade a geodatabase and
disconnect users from the database. If you run this tool in an Oracle 12c or
18c database, the tool also grants privileges to allow data imports using
Oracle Data Pump. If the sde user already exists, the tool will grant these
same privileges to the existing user.
Beginning with ArcGIS 10.7 and ArcGIS Pro 2.3, you cannot create
user-schema geodatabases in Oracle.
If you are using SQL Server and specified an sde-schema geodatabase, this
value must be sde. The tool will create an sde login, database user, and schema
and grant it privileges to create a geodatabase and kill connections to the SQL
Server instance. If you specified a dbo schema, do not provide a value for this
parameter.
Geodatabase
Administrator Password (optional)
The password for the geodatabase administrator user. If the geodatabase
administrator user already exists in the database management system, the
password you provide must match the existing password. If the geodatabase
administrator user does not already exist, type a valid database password for
the new user. The password must meet the password policy enforced by your
database.
The password is an encrypted string.
Tablespace
Name (optional)
This parameter is only valid for Oracle and PostgreSQL DBMS types. For
Oracle, do one of the following:
· Provide the name of an existing tablespace. This tablespace will be used
as the default tablespace for the geodatabase administrator user.
· Type a valid name for a new tablespace. The tool will create a 400 MB
tablespace in the Oracle default storage location and set it as the geodatabase
administrator's default tablespace.
· Leave the tablespace blank, and the tool will create a 400 MB tablespace
named SDE_TBS in the Oracle default storage location. The SDE_TBS tablespace
will be set as the geodatabase administrator's default tablespace.
This tool does not create a tablespace in PostgreSQL. You must either
provide the name of an existing tablespace to be used as the database's default
tablespace, or leave this parameter blank. If you leave the parameter blank,
the tool creates a database in the pg_default tablespace.
Authorization
File
The path and file name of the keycodes file that was created when ArcGIS
Server was authorized. This file is in the \\Program
Files\ESRI\License<release#>\sysgen folder on Windows or the /arcgis/server/framework/runtime/.wine/drive_c/Program
Files/ESRI/License<release#>/sysgen directory on Linux. If you have not
already done so, authorize ArcGIS Server to create this file.
You will likely need to copy the keycodes file from the ArcGIS Server
machine to a location accessible to the tool.
6.
Database Administrator Password (optional) كلمة مرور مسؤول قاعدة البيانات (اختياري)
If you use database
authentication, type the password for the database administrator.
إذا كنت تستخدم مصادقة قاعدة البيانات ، فاكتب
كلمة المرور لمسؤول قاعدة البيانات.
Sde Owned
Schema (optional)
This parameter is only active for SQL Server.
· Checked—The geodatabase will be created in the schema of the sde user.
· Unchecked—You must be logged into the SQL Server instance as a user who is
dbo in the instance, and the geodatabase will be created in the dbo schema in
the database.
Geodatabase
Administrator (optional)
If you are using PostgreSQL, this value must be sde. If the sde login role
does not exist, this tool creates it and grants it superuser status in the
database cluster. If the sde login role exists, this tool will grant it
superuser status if it does not already have it. The tool also creates an sde
schema in the database and grants usage on the schema to public.
If you are using Oracle, the value is sde. If the sde user does not exist
in the Oracle database, the Create Enterprise Geodatabase tool creates it and
grants it the privileges required to create and upgrade a geodatabase and
disconnect users from the database. If you run this tool in an Oracle 12c or
18c database, the tool also grants privileges to allow data imports using Oracle
Data Pump. If the sde user already exists, the tool will grant these same
privileges to the existing user.
Beginning with ArcGIS 10.7 and ArcGIS Pro 2.3, you cannot create
user-schema geodatabases in Oracle.
If you are using SQL Server and specified an sde-schema geodatabase, this
value must be sde. The tool will create an sde login, database user, and schema
and grant it privileges to create a geodatabase and kill connections to the SQL
Server instance. If you specified a dbo schema, do not provide a value for this
parameter.
Geodatabase
Administrator Password (optional)
The password for the geodatabase administrator user. If the geodatabase
administrator user already exists in the database management system, the
password you provide must match the existing password. If the geodatabase
administrator user does not already exist, type a valid database password for
the new user. The password must meet the password policy enforced by your
database.
The password is an encrypted string.
Tablespace
Name (optional)
This parameter is only valid for Oracle and PostgreSQL DBMS types. For
Oracle, do one of the following:
· Provide the name of an existing tablespace. This tablespace will be used
as the default tablespace for the geodatabase administrator user.
· Type a valid name for a new tablespace. The tool will create a 400 MB
tablespace in the Oracle default storage location and set it as the geodatabase
administrator's default tablespace.
· Leave the tablespace blank, and the tool will create a 400 MB tablespace
named SDE_TBS in the Oracle default storage location. The SDE_TBS tablespace
will be set as the geodatabase administrator's default tablespace.
This tool does not create a tablespace in PostgreSQL. You must either
provide the name of an existing tablespace to be used as the database's default
tablespace, or leave this parameter blank. If you leave the parameter blank,
the tool creates a database in the pg_default tablespace.
Authorization
File
The path and file name of the keycodes file that was created when ArcGIS
Server was authorized. This file is in the \\Program
Files\ESRI\License<release#>\sysgen folder on Windows or the
/arcgis/server/framework/runtime/.wine/drive_c/Program
Files/ESRI/License<release#>/sysgen directory on Linux. If you have not
already done so, authorize ArcGIS Server to create this file.
You will likely need to copy the keycodes file from the ArcGIS Server
machine to a location accessible to the tool.
7.
Sde Owned Schema (optional) مخطط
مملوك لـ (اختياري)
This parameter is only
active for SQL Server.
·
Checked—The geodatabase will be created in the schema of the sde
user.
·
Unchecked—You must be logged into the SQL Server instance as a
user who is dbo in the instance, and the geodatabase will be created in the dbo
schema in the database.
هذه المعلمة نشطة فقط لـ SQL Server.
• تم التحديد - سيتم
إنشاء قاعدة البيانات الجغرافية في مخطط قاعدة بيانات مستخدم sde.
• غير محدد - يجب تسجيل
الدخول إلى مثيل SQL Server كمستخدم dbo في
المثيل ، وسيتم إنشاء قاعدة البيانات الجغرافية في مخطط dbo في
قاعدة البيانات.
8.
Geodatabase Administrator (optional) مسؤول قاعدة البيانات الجغرافية (اختياري)
If you are using
PostgreSQL, this value must be sde. If the sde login role does not exist, this
tool creates it and grants it superuser status in the database cluster. If the
sde login role exists, this tool will grant it superuser status if it does not
already have it. The tool also creates an sde schema in the database and grants
usage on the schema to public.
If you are using Oracle,
the value is sde. If the sde user does not exist in the Oracle database, the
Create Enterprise Geodatabase tool creates it and grants it the privileges
required to create and upgrade a geodatabase and disconnect users from the
database. If you run this tool in an Oracle 12c or 18c database, the tool also
grants privileges to allow data imports using Oracle Data Pump. If the sde user
already exists, the tool will grant these same privileges to the existing user.
Beginning with ArcGIS
10.7 and ArcGIS Pro 2.3, you cannot create user-schema geodatabases in Oracle.
If you are using SQL
Server and specified an sde-schema geodatabase, this value must be sde. The
tool will create an sde login, database user, and schema and grant it
privileges to create a geodatabase and kill connections to the SQL Server
instance. If you specified a dbo schema, do not provide a value for this
parameter.
إذا كنت تستخدم PostgreSQL ، فيجب أن تكون هذه القيمة sde. في
حالة عدم وجود دور تسجيل الدخول إلى sde ،
تقوم هذه الأداة بإنشائه وتمنحه حالة المستخدم المتميز في كتلة قاعدة البيانات.
إذا كان دور تسجيل الدخول إلى sde
موجودًا ، فستمنحه هذه الأداة حالة المستخدم المتميز إذا لم يكن موجودًا بالفعل.
تقوم الأداة أيضًا بإنشاء مخطط sde في
قاعدة البيانات وتمنح الاستخدام على المخطط للجمهور.
إذا كنت تستخدم Oracle ، فإن
القيمة هي sde. إذا لم يكن مستخدم sde
موجودًا في قاعدة بيانات أوراكل ، تقوم أداة إنشاء قاعدة بيانات جغرافية مؤسسية
بإنشائه ومنحه الامتيازات المطلوبة لإنشاء قاعدة بيانات جغرافية وترقيتها وفصل
المستخدمين عن قاعدة البيانات. إذا قمت بتشغيل هذه الأداة في قاعدة بيانات Oracle 12c أو 18c ، فإن الأداة تمنح أيضًا
امتيازات للسماح باستيراد البيانات باستخدام Oracle Data Pump. إذا كان مستخدم sde
موجودًا بالفعل ، فستمنح الأداة هذه الامتيازات نفسها للمستخدم الحالي.
بدءًا من ArcGIS 10.7 و ArcGIS Pro 2.3 ، لا يمكنك إنشاء قواعد بيانات جغرافية لمخطط المستخدم في Oracle.
إذا كنت تستخدم SQL Server وحددت قاعدة بيانات جغرافية sde-schema ، يجب أن تكون هذه القيمة sde.
ستنشئ الأداة تسجيل دخول إلى sde
ومستخدم قاعدة بيانات ومخطط ومنحها امتيازات لإنشاء قاعدة بيانات جغرافية وقتل
الاتصالات بمثيل SQL Server. إذا حددت مخطط dbo ، فلا
تقدم قيمة لهذه المعلمة.
Geodatabase
Administrator Password (optional)
The password for the geodatabase administrator user. If the geodatabase
administrator user already exists in the database management system, the
password you provide must match the existing password. If the geodatabase
administrator user does not already exist, type a valid database password for
the new user. The password must meet the password policy enforced by your
database.
The password is an encrypted string.
Tablespace
Name (optional)
This parameter is only valid for Oracle and PostgreSQL DBMS types. For
Oracle, do one of the following:
· Provide the name of an existing tablespace. This tablespace will be used
as the default tablespace for the geodatabase administrator user.
· Type a valid name for a new tablespace. The tool will create a 400 MB
tablespace in the Oracle default storage location and set it as the geodatabase
administrator's default tablespace.
· Leave the tablespace blank, and the tool will create a 400 MB tablespace
named SDE_TBS in the Oracle default storage location. The SDE_TBS tablespace
will be set as the geodatabase administrator's default tablespace.
This tool does not create a tablespace in PostgreSQL. You must either
provide the name of an existing tablespace to be used as the database's default
tablespace, or leave this parameter blank. If you leave the parameter blank,
the tool creates a database in the pg_default tablespace.
Authorization
File
The path and file name of the keycodes file that was created when ArcGIS
Server was authorized. This file is in the \\Program
Files\ESRI\License<release#>\sysgen folder on Windows or the
/arcgis/server/framework/runtime/.wine/drive_c/Program
Files/ESRI/License<release#>/sysgen directory on Linux. If you have not
already done so, authorize ArcGIS Server to create this file.
You will likely need to copy the keycodes file from the ArcGIS Server
machine to a location accessible to the tool.
9.
Geodatabase Administrator Password (optional) كلمة مرور مسؤول قاعدة البيانات الجغرافية (اختياري)
The password for the
geodatabase administrator user. If the geodatabase administrator user already
exists in the database management system, the password you provide must match
the existing password. If the geodatabase administrator user does not already
exist, type a valid database password for the new user. The password must meet
the password policy enforced by your database.
The password is an
encrypted string.
كلمة المرور لمستخدم مسؤول قاعدة البيانات
الجغرافية. إذا كان مستخدم مسؤول قاعدة البيانات الجغرافية موجودًا بالفعل في نظام
إدارة قاعدة البيانات ، فيجب أن تتطابق كلمة المرور التي تقدمها مع كلمة المرور
الحالية. إذا لم يكن مستخدم مسؤول قاعدة البيانات الجغرافية موجودًا بالفعل ،
فاكتب كلمة مرور قاعدة بيانات صالحة للمستخدم الجديد. يجب أن تتوافق كلمة المرور
مع سياسة كلمة المرور التي تفرضها قاعدة البيانات الخاصة بك.
كلمة المرور عبارة عن سلسلة مشفرة.
Tablespace
Name (optional)
This parameter is only valid for Oracle and PostgreSQL DBMS types. For
Oracle, do one of the following:
· Provide the name of an existing tablespace. This tablespace will be used
as the default tablespace for the geodatabase administrator user.
· Type a valid name for a new tablespace. The tool will create a 400 MB
tablespace in the Oracle default storage location and set it as the geodatabase
administrator's default tablespace.
· Leave the tablespace blank, and the tool will create a 400 MB tablespace
named SDE_TBS in the Oracle default storage location. The SDE_TBS tablespace
will be set as the geodatabase administrator's default tablespace.
This tool does not create a tablespace in PostgreSQL. You must either
provide the name of an existing tablespace to be used as the database's default
tablespace, or leave this parameter blank. If you leave the parameter blank,
the tool creates a database in the pg_default tablespace.
Authorization
File
The path and file name of the keycodes file that was created when ArcGIS
Server was authorized. This file is in the \\Program
Files\ESRI\License<release#>\sysgen folder on Windows or the
/arcgis/server/framework/runtime/.wine/drive_c/Program
Files/ESRI/License<release#>/sysgen directory on Linux. If you have not
already done so, authorize ArcGIS Server to create this file.
You will likely need to copy the keycodes file from the ArcGIS Server
machine to a location accessible to the tool.
10.
Tablespace Name (optional) اسم
مساحة الجدول (اختياري)
This parameter is only
valid for Oracle and PostgreSQL DBMS types. For Oracle, do one of the
following:
·
Provide the name of an existing tablespace. This tablespace will
be used as the default tablespace for the geodatabase administrator user.
·
Type a valid name for a new tablespace. The tool will create a 400
MB tablespace in the Oracle default storage location and set it as the
geodatabase administrator's default tablespace.
·
Leave the tablespace blank, and the tool will create a 400 MB
tablespace named SDE_TBS in the Oracle default storage location. The SDE_TBS
tablespace will be set as the geodatabase administrator's default tablespace.
This tool does not
create a tablespace in PostgreSQL. You must either provide the name of an
existing tablespace to be used as the database's default tablespace, or leave
this parameter blank. If you leave the parameter blank, the tool creates a
database in the pg_default tablespace.
هذه المعلمة صالحة فقط لأنواع Oracle و PostgreSQL DBMS. بالنسبة إلى Oracle ، قم
بأحد الإجراءات التالية:
• أدخل اسم مساحة الجدول
الموجودة. سيتم استخدام مساحة الجدول هذه كمساحة الجدول الافتراضية لمستخدم مسؤول
قاعدة البيانات الجغرافية.
• اكتب اسمًا صالحًا
لمساحة جدول جديدة. ستقوم الأداة بإنشاء مساحة جدول 400 ميجابايت في موقع التخزين
الافتراضي في Oracle وتعيينها كمساحة الجداول
الافتراضية لمسؤول قاعدة البيانات الجغرافية.
• اترك مساحة الجدول
فارغة ، وستقوم الأداة بإنشاء مساحة جدول 400 ميجابايت باسم SDE_TBS في موقع التخزين الافتراضي في Oracle. سيتم
تعيين مساحة الجدول SDE_TBS كمساحة الجدول
الافتراضية لمسؤول قاعدة البيانات الجغرافية.
لا تنشئ هذه الأداة مساحة جدول في PostgreSQL. يجب عليك إما توفير اسم مساحة جدول موجودة لاستخدامها كمساحة جدول
افتراضية لقاعدة البيانات ، أو ترك هذه المعلمة فارغة. إذا تركت المعلمة فارغة ،
تقوم الأداة بإنشاء قاعدة بيانات في مساحة الجداول pg_default.
Authorization
File
The path and file name of the keycodes file that was created when ArcGIS
Server was authorized. This file is in the \\Program
Files\ESRI\License<release#>\sysgen folder on Windows or the
/arcgis/server/framework/runtime/.wine/drive_c/Program
Files/ESRI/License<release#>/sysgen directory on Linux. If you have not
already done so, authorize ArcGIS Server to create this file.
You will likely need to copy the keycodes file from the ArcGIS Server
machine to a location accessible to the tool.
11.
Authorization File ملف التفويض
The path and file name
of the keycodes file that was created when ArcGIS Server was authorized. This
file is in the \\Program Files\ESRI\License<release#>\sysgen folder on
Windows or the /arcgis/server/framework/runtime/.wine/drive_c/Program
Files/ESRI/License<release#>/sysgen directory on Linux. If you have not already
done so, authorize ArcGIS Server to create this file.
You will likely need to
copy the keycodes file from the ArcGIS Server machine to a location accessible
to the tool.
المسار واسم الملف لملف رموز المفاتيح الذي تم
إنشاؤه عندما تم تفويض ArcGIS
Server. هذا
الملف موجود في المجلد \\ Program Files \ ESRI \ License <release #> \ sysgen على Windows أو في /arcgis/server/framework/runtime/.wine/drive_c/Program
Files / ESRI / License <release #> / sysgen دليل على لينكس. إذا لم تكن قد قمت بذلك بالفعل ، فامنح ArcGIS Server لإنشاء هذا الملف.
ستحتاج على الأرجح إلى نسخ ملف رموز المفاتيح من
جهاز ArcGIS Server إلى موقع يمكن الوصول
إليه بواسطة الأداة.
اليك صفحه ومجموعة على الفيس بوك لتعلم أكثر بما يخص نظم المعلومات الجغرافية (GIS) و برنامج ArcGIS Pro من خلال هذه الروابط:
مجموعة على الفيس بوك
ArcGIS Pro من
هنا.
مجموعة على الفيس بوك
GIS for WE - ArcGIS Pro من
هنا.صفحة الفيس بوك
GIS for WE من
هنا.
تعليقات
إرسال تعليق