1、win+R快捷鍵調(diào)出運(yùn)行窗口,輸入cmd。
創(chuàng)新互聯(lián)自2013年起,是專(zhuān)業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項(xiàng)目成都網(wǎng)站制作、成都網(wǎng)站建設(shè)、外貿(mào)營(yíng)銷(xiāo)網(wǎng)站建設(shè)網(wǎng)站策劃,項(xiàng)目實(shí)施與項(xiàng)目整合能力。我們以讓每一個(gè)夢(mèng)想脫穎而出為使命,1280元井陘礦做網(wǎng)站,已為上家服務(wù),為井陘礦各地企業(yè)和個(gè)人服務(wù),聯(lián)系電話(huà):13518219792
2、回車(chē),打開(kāi)cmd命令窗口,輸入sqlplus / as sysdba。
3、回車(chē),登錄到數(shù)據(jù)庫(kù)sql命令。
4、可以輸入命令:select username from dba_users;查看所有表用戶(hù)名。
5、輸入命令:alter user lzfc2 identified by lzfc2;修改lzfc2的表用戶(hù)密碼為lzfc2。
6、回車(chē)后成功修改密碼。
設(shè)置并行度:
alter table table_name parallel(degree 4); ---4是修改該表并行度
alter table table_name parallel ; ---修改并行度為默認(rèn)值
Oracle密碼復(fù)雜度設(shè)置(Oracle_Password_Complexity)
一、Oracle_Password_Complexity:
SQL alter system set resource_limit = true;
SQL @ $ORACLE_HOME/RDBMS/ADMIN/utlpwdmg.sql → [verify_function|verify_function_11G]
SQL alter profile default limit password_verify_function verify_function;
# 取消Oracle密碼復(fù)雜度檢查:
SQL alter profile default limit password_verify_function null;
SQL SELECT profile,resource_type,resource_name,limit FROM dba_profiles WHERE resource_type='PASSWORD' AND profile='DEFAULT';
1.FAILED_LOGIN_ATTEMPTS: 用戶(hù)在登錄嘗試失敗n次后被鎖定。
2.PASSWORD_LOCK_TIME: 登錄嘗試失敗達(dá)到指定次數(shù),用戶(hù)鎖定時(shí)長(zhǎng),以“Day”為單位。
3.PASSWORD_LIFE_TIME: 用戶(hù)口令的生命周期。
4.PASSWORD_GRACE_TIME: 表示用戶(hù)口令使用時(shí)間超過(guò)其生命周期后,可以延續(xù)使用的天數(shù),并且可延續(xù)時(shí)間內(nèi)登錄會(huì)有相應(yīng)口令即將過(guò)期的提示。
5.PASSWORD_REUSE_TIME: 指定了口令不能重用前的天數(shù)。
6.PASSWORD_REUSE_MAX: 在達(dá)到PASSWORD_REUSE_TIME指定時(shí)間后,要再次使用同一口令前必須改變的次數(shù)。
如:PASSWORD_REUSE_TIME=30,PASSWORD_REUSE_MAX=10,用戶(hù)可以在30天以后重用該口令,要求口令必須被改變超過(guò)10次。
7.PASSWORD_VERIFY_FUNCTION: Oracle允許將復(fù)雜的PL/SQL密碼驗(yàn)證腳本做為參數(shù)傳遞給PASSWORD_VERIFY_FUNCTION。并且其自己提供了一個(gè)默認(rèn)的腳本,但是用戶(hù)可以創(chuàng)建自己的驗(yàn)證規(guī)則或使用第三方軟件驗(yàn)證。
8.Password Verify Function:
When you create a password verify function for verifying the user password, this function can verify the following password characteristics:
1.The minimum number of characters for the password.
2.The characters that the password must contain, such as when a password should contain a specific number of numeric, alphabetic or special characters.
3.Whether or not the password can be the same as the username.Whether or not the new password can be similar to the previous password.
Oracle 11g數(shù)據(jù)庫(kù)密碼區(qū)分大小寫(xiě)的設(shè)置 → SEC_CASE_SENSITIVE_LOGON = TRUE.
文章標(biāo)題:oracle怎么度 怎么看oracle
本文來(lái)源:http://jinyejixie.com/article12/hpcegc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供動(dòng)態(tài)網(wǎng)站、品牌網(wǎng)站設(shè)計(jì)、網(wǎng)站策劃、自適應(yīng)網(wǎng)站、響應(yīng)式網(wǎng)站、網(wǎng)站內(nèi)鏈
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)