Oracle用户安全及用户资源限制文件

70 篇文章 8 订阅
3 篇文章 0 订阅
1、新建资源限制文件
SQL> create profile luck_porf limit
  2  session_pre_user 8
  3  cpu_pre_user 16800
  4  logical_reads_per_session 23688
  5  connect_time 268
  6  idle_time 38;

2、口令限制文件新建
SQL> create profile unluck_prof limit
  2  failed_loging_attempts 7
  3  password_lock_time unlimited
  4  password_life_time 44
  5  password_reuse_time 24
  6  password_grace_time 4;

3、综合使用
SQL> create profile pioneer_prof limit
  2  failed_login_attempts 4
  3  password_lock_time unlimited
  4  password_life_time 91
  5  password_reuse_time 28
  6  password_grace_time 7
  7  sessions_per_user 3
  8  cpu_per_session 16800
  9  logical_reads_per_session 23688
 10  connect_time 180
 11  idle_time 28;

4、赋予用户
  create user ||  alter user .....
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值