Skip to content

Instantly share code, notes, and snippets.

@ifsantos
Created July 22, 2013 14:23
Show Gist options
  • Save ifsantos/6054199 to your computer and use it in GitHub Desktop.
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)
#
# 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