Create a Username and Password for the ArcSDE Provider Connected to Oracle

Feature Data Objects API

 
Create a Username and Password for the ArcSDE Provider Connected to Oracle
 
 
 

Do the following:

  1. sql> connect sys/ password as sysdba
  2. sql> create user username identified by password ;
  3. sql> grant connect, resource, select any table, insert any table, update any table, delete any table to username ;