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>
'Oracle > admin' 카테고리의 다른 글
2개의 DATABASE 사용 시 LISTENER SETUP 방법 (0) | 2016.07.07 |
---|---|
윈도우 port time_wait (0) | 2016.07.07 |
Oracle Linux 커널 매게변수 및 Shell Limit(리소스 제한) (0) | 2016.07.01 |
SQL LOADER (0) | 2016.06.24 |
Dataguard Switchover (0) | 2016.06.16 |