熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Oracle >> 正文

Oracle用戶配置文件(UserProfile)

2022-06-13   來源: Oracle 

  用戶配置文件(User Profile)

  用戶配置文件是一個參數的集合其功能是限制用戶可使用的系統和數據庫資源並管理口令

  如果數據庫沒有創建用戶配置文件將使用默認的用戶配置文件默認用戶配置文件指定對於所有用戶資源沒有限制

  )創建user profile syntax

  ***必須要有create profile的系統權限才能夠創建user profile***********************

  Description of create_profile.gif follows

  resource_parameters=

  Description of resource_parameters.gif follows

  password_parameters =

  Description of password_parameters.gif follows

  Setting Profile Resource Limits Example

  The following statement creates the profile app_user

  CREATE PROFILE app_user LIMIT

  SESSIONS_PER_USER          UNLIMITED

  CPU_PER_SESSION            UNLIMITED

  CPU_PER_CALL              

  CONNECT_TIME              

  LOGICAL_READS_PER_SESSION  DEFAULT

  LOGICAL_READS_PER_CALL    

  PRIVATE_SGA                K

  COMPOSITE_LIMIT           

  Setting Profile Password Limits Example

  The following statement creates the app_user profile with password limits values set

  CREATE PROFILE app_user LIMIT

  FAILED_LOGIN_ATTEMPTS

  PASSWORD_LIFE_TIME

  PASSWORD_REUSE_TIME

  PASSWORD_REUSE_MAX

  PASSWORD_VERIFY_FUNCTION verify_function

  PASSWORD_LOCK_TIME /

  PASSWORD_GRACE_TIME

  )將user profile指定給用戶

  新建用戶的果候指定user profile

  create user test

  xxxxx

  profile xxx(profile_name)

  為已經存在的用戶指定user profile

  alter user test

  profile new_profile_name


From:http://tw.wingwit.com/Article/program/Oracle/201311/18129.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.