HOW TO
In den bereitgestellten Anweisungen wird beschrieben, wie Sie einen Benutzer für die Oracle External Authentication erstellen, um Verbindungen zur Betriebssystemauthentifizierung herzustellen. Weitere Informationen finden Sie im Knowledge Base-Artikel How To: Konfigurieren des Oracle Instant Client zur Herstellung von Verbindungen mittels Datenbankauthentifizierung und Betriebssystemauthentifizierung unter Verwendung von ArcGIS Desktop.
SQL> show user USER is "SYSTEM" SQL> show parameter os_authent_prefix NAME TYPE VALUE ------------------- ----------- --------- os_authent_prefix string OPS$ SQL> create user "OPS$yourDOMAINNAME\yourUSERNAME" identified externally default tablespace USERS temporary tablespace TEMP account unlock; SQL> grant connect, resource, create view, unlimited tablespace to "OPS$yourDOMAINNAME\yourUSERNAME"; SQL> commit;
Wenn der Initialisierungsparameter "os_authent_prefix" in der Oracle-Instanz einen Wert von NULL aufweist, erstellen Sie den Benutzer ohne das Präfix "OPS$".
SQL> show user USER is "SYSTEM" SQL> show parameter os_authent_prefix NAME TYPE VALUE ------------------- ----------- --------- os_authent_prefix string SQL> create user "yourDOMAINNAME\yourUSERNAME" identified externally default tablespace USERS temporary tablespace TEMP account unlock; SQL> grant connect, resource, create view, unlimited tablespace to "yourDOMAINNAME\yourUSERNAME"; SQL> commit;
Artikel-ID: 000012028
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen