Oracle/admin

sqlnet.ora

소마후니 2016. 7. 6. 09:05

SQLNET.AUTHENTICATION_SERVICES=(NONE) <--설정시(일반인증)


C:\Users\hhhwang>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on 수 7월 6 08:58:24 2016

Copyright (c) 1982, 2013, Oracle.  All rights reserved.

ERROR:
ORA-01017: 사용자명/비밀번호가 부적합, 로그온할 수 없습니다.


사용자명 입력:




SQLNET.AUTHENTICATION_SERVICES=(NTS) <--설정시(윈도우인증)


C:\Users\hhhwang>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on 수 7월 6 09:00:06 2016

Copyright (c) 1982, 2013, Oracle.  All rights reserved.


다음에 접속됨:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - Production
With the Partitioning, Oracle Label Security, OLAP, Data Mining,
Oracle Database Vault and Real Application Testing options

SQL>