Create a Username and Password for the ArcSDE Provider Connected to Oracle
From Feature Data Objects API
Connection API
Connection API
Create a Username and Password for the ArcSDE Provider Connected to SQL Server
Create a Username and Password for the ArcSDE Provider Connected to Oracle
Do the following:
-
sql> connect sys/
password
as sysdba
-
sql> create user
username
identified by
password
;
-
sql> grant connect, resource, select any
table, insert any table, update any table, delete any table to
username
;