EXP Computer ThinConnect4 Guía de usuario Pagina 108

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 163
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 107
Chapter 8
Other Features
8.1 Anonymous Usernames
By default, the thin driver disallows blank usernames to be passed to it during database
connection. A valid username for that database must be used. If the client attempts to connect
to the database using a blank username the following exception will be raised:
rdb.RdbException: Io exception : Io exception :
in <rdbjdbcsrv:connect>
%RDB-E-AUTH_FAIL, authentication failed for user .Anonymous.
The following server configuration option can be used to change this behavior:
anonymous
Use this option tells to allow anonymous connections (that is, where the username is blank)
to the Oracle JDBC for Rdb thin server, for example:
$ java -jar rdbthinsrv.jar -anonymous
In addition, if anonymous connections are allowed, you can specify the default username and
password to use on an anonymous connection by using the following options:
username <username>
password <password>
Example
For example:
$ java -jar rdbthinsrv.jar -anonymous –
-username fred -password "jones"
8.2 BYPASS Privilege
Privilege checking on Oracle Rdb uses the layered method. Sometimes it is not obvious how
privilege checking obtains its results.
108
Vista de pagina 107
1 2 ... 103 104 105 106 107 108 109 110 111 112 113 ... 162 163

Comentarios a estos manuales

Sin comentarios