文档详情

吉林大学大型数据库设计与实现dba-14.ppt

发布:2025-06-12约5.15千字共38页下载文档
文本预览下载声明

ObjectivesAftercompletingthislesson,youshouldbeabletodothefollowing:ManagepasswordsusingprofilesAdministerprofilesControluseofresourcesusingprofilesObtaininformationaboutprofiles,passwordmanagement,andresources

ProfilesAprofileisanamedsetofpasswordandresourcelimitsProfilesareassignedtousersbytheCREATEUSERorALTERUSERcommandCanbeenabledordisabledCanrelatetotheDEFAULTprofile

PasswordManagementUserPasswordexpiration

andagingPasswordverificationPasswordhistoryAccountlockingSettingupprofiles

EnablingPasswordManagementSetuppasswordmanagementbyusingprofilesandassignthemtousers.Lock,unlock,andexpireaccountsusingtheCREATEUSERorALTERUSERcommand.Passwordlimitsarealwaysenforced.

PasswordAccountLockingParameterFAILED_LOGIN_ATTEMPTS

PASSWORD_LOCK_TIME

DescriptionNumberoffailedloginattemptsbeforelockoutoftheaccountNumberofdaystheaccountislockedafterthespecifiednumberoffailedloginattemptsPASSWORD_LOCK_TIME

PasswordExpirationandAgingParameterLifetimeofthepasswordindaysafterwhichthepasswordexpiresGraceperiodindaysforchangingthepasswordafterthefirstsuccessfulloginafterthepasswordhasexpiredPASSWORD_LIFE_TIME

PASSWORD_GRACE_TIMEParameter

PasswordHistoryParameterPASSWORD_REUSE_TIME

PASSWORD_REUSE_MAX

DescriptionNumberofdaysbeforeapasswordcanbereusedMaximumnumberoftimesa

passwordcanbereused

PasswordVerificationParameterPASSWORD_VERIFY_FUNCTION

DescriptionPL/SQLfunctionthatmakesapasswordcomplexitycheckbeforeapasswordisassigned

User-ProvidedPasswordFunctionFunctionmustbecreatedintheSYSschemaandmusthavethefollowingspecification:function_name(userid_parameterINVARCHAR2(30),password_parameterINVARCHAR2(30),old_password_parameterINVARCHAR2(30))RETURNBOOLEAN

PasswordVerificationFunctionVERIFY_FUNCTIONMinimumlengthisfourcharacters.Passwordshouldnotbeequaltousername.Pas

显示全部
相似文档