Oacle 11g 사용자 비밀번호 대소 문자 민감 테스트 설정

11g 매개 변 수 를 통 해 암호 대소 문자 가 민감 하 게 설정 되 어 있 습 니 다.다음 시험 을 해 보 겠 습 니 다.
C:\Documents and Settings\guogang>sqlplus gg_test/[email protected]_gg
SQL*Plus:Release 10.2.0.1.0-Production on 월요일 8 월 4 일 17:54:19 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
연결:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
SQL> show parameter sec_case_sensitive_logon
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
sec_case_sensitive_logon boolean TRUE
C:\Documents and Settings\guogang>sqlplus gg_test/[email protected]_gg
SQL*Plus:Release 10.2.0.1.0-Production on 월요일 8 월 4 일 17:54:06 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01017: invalid username/password; logon denied
사용자 이름 을 입력 하 십시오:
C:\Documents and Settings\guogang>sqlplus gg_test/[email protected]_gg
SQL*Plus:Release 10.2.0.1.0-Production on 월요일 8 월 4 일 17:52:35 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
연결:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> alter system set sec_case_sensitive_logon=false;
시스템 이 변경 되 었 습 니 다.
SQL>Oracle Database 11g Enterprise Edition Release 11.2.0.1.0-64bit Production
파 티 션,OLAP,데이터 마 이 닝 및 실제 응용 프로그램 테스트 옵션 이 끊 어 짐
C:\Documents and Settings\guogang>sqlplus gg_test/[email protected]_gg
SQL*Plus:Release 10.2.0.1.0-Production on 월요일 8 월 4 일 17:53:48 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
연결:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> show parameter sec_case_sensitive_logon
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
sec_case_sensitive_logon boolean FALSE

좋은 웹페이지 즐겨찾기