Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC Connection without having to provide a password??
Message
Information générale
Forum:
Oracle
Catégorie:
Problèmes
Divers
Thread ID:
00408517
Message ID:
00408662
Vues:
19
You can do this on Oracle as well.
Read the Oracle manual about "External Authentification".
Briefly from memory you set the following parameters in the initORCL.ini
file:

remote_os_authent=true
os_authent_prefix=""

The create users using....
create user xxx identified externally;

Then the OS takes over to make the connection...
The user connects with "/ @orcl"

The manual has a huge section on this and can be found online at
http:\\technet.oracle.com


Cheers
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform