oracle 11g 設(shè)置用戶(hù)密碼大小寫(xiě)敏感測(cè)試
11g通過(guò)一個(gè)參數(shù)設(shè)置密碼大小寫(xiě)敏感,下面來(lái)做個(gè)試驗(yàn):
C:\Documents and Settings\guogang>sqlplus gg_test/gg_test@10.10.15.25_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/gg_tesT@10.10.15.25_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
請(qǐng)輸入用戶(hù)名:
C:\Documents and Settings\guogang>sqlplus gg_test/gg_test@10.10.15.25_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;
系統(tǒng)已更改。
SQL> 從 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 斷開(kāi)
C:\Documents and Settings\guogang>sqlplus gg_test/gg_tesT@10.10.15.25_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
相關(guān)文章
在Oracle中實(shí)現(xiàn)數(shù)據(jù)加密的詳細(xì)步驟和方法
在Oracle數(shù)據(jù)庫(kù)中實(shí)現(xiàn)數(shù)據(jù)加密是一項(xiàng)重要的安全措施,它可以保護(hù)存儲(chǔ)在數(shù)據(jù)庫(kù)中的敏感信息不被未授權(quán)訪(fǎng)問(wèn),Oracle提供了多種數(shù)據(jù)加密方法,以下是一些在Oracle中實(shí)現(xiàn)數(shù)據(jù)加密的詳細(xì)步驟和方法,需要的朋友可以參考下2024-09-09oracle 10g OEM常規(guī)錯(cuò)誤(Unknown host specified)解決
本文將詳細(xì)介紹oracle 10g OEM常規(guī)錯(cuò)誤-------Unknown host specified解決方法,需要了解的朋友可以參考下2012-11-11oracle中的greatest 函數(shù)和 least函數(shù)示例代碼
這篇文章主要介紹了oracle中的greatest 函數(shù)和 least函數(shù)的實(shí)例代碼,非常不錯(cuò),具有一定的參考借鑒價(jià)值 ,需要的朋友可以參考下2018-11-11oracle查看字符集后修改oracle服務(wù)端和客戶(hù)端字符集的步驟
本文介紹了oracle server端查詢(xún)字符集后,修改oracle服務(wù)端和客戶(hù)端字符集的步驟,大家參考使用吧2014-01-01使用IDEA對(duì)Oracle數(shù)據(jù)庫(kù)進(jìn)行簡(jiǎn)單增刪改查操作
這篇文章主要介紹了使用IDEA對(duì)Oracle數(shù)據(jù)庫(kù)進(jìn)行簡(jiǎn)單增刪改查操作,本文給大家介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或工作具有一定的參考借鑒價(jià)值,需要的朋友可以參考下2021-01-01Oracle數(shù)據(jù)庫(kù)自定義類(lèi)型type的用法詳解
這篇文章主要介紹了Oracle數(shù)據(jù)庫(kù)自定義類(lèi)型type的用法詳解,Oracle?數(shù)據(jù)庫(kù)的概念和其它數(shù)據(jù)庫(kù)不一樣,這里的數(shù)據(jù)庫(kù)是一個(gè)操作系統(tǒng)只有一個(gè)庫(kù),可以看作是?Oracle?就只有一個(gè)大數(shù)據(jù)庫(kù),需要的朋友可以參考下2023-07-07Oracle7.X 回滾表空間數(shù)據(jù)文件誤刪除處理方法
Oracle7.X 回滾表空間數(shù)據(jù)文件誤刪除處理方法...2007-03-03oracle中exists和not?exists用法舉例詳解
這篇文章主要介紹了oracle中exists和not?exists用法的相關(guān)資料,EXISTS用于檢測(cè)子查詢(xún)是否返回任何行,而NOT?EXISTS則檢測(cè)子查詢(xún)是否不返回任何行,文中通過(guò)代碼介紹的非常詳細(xì),需要的朋友可以參考下2025-01-01oracle 存儲(chǔ)過(guò)程、函數(shù)和觸發(fā)器用法實(shí)例詳解
這篇文章主要介紹了oracle 存儲(chǔ)過(guò)程、函數(shù)和觸發(fā)器用法,結(jié)合實(shí)例形式詳細(xì)分析了oralce 存儲(chǔ)過(guò)程、函數(shù)和觸發(fā)器具體功能、原理、定義、使用方法及相關(guān)操作注意事項(xiàng),需要的朋友可以參考下2020-02-02