Created
July 22, 2013 14:23
-
-
Save ifsantos/6054199 to your computer and use it in GitHub Desktop.
Oracle authentication config file. when used out of a domain, use (none). when in a domain, use (NTS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN\sqlnet.ora | |
# | |
# This file is actually generated by netca. But if customers choose to | |
# install "Software Only", this file wont exist and without the native | |
# authentication, they will not be able to connect to the database on NT. | |
SQLNET.AUTHENTICATION_SERVICES = (none) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment