#Oracle用户密码,概要文件修改测试 #默认的用户使用概要文件,默认概要文件密码过期时间参数180天,修改为3天,对于老的用户来说,是密码过期,还是未发生改变, 对于新用户来说,新设置的密码过期时间是否有效 #选取SYS or HR 用户作为老用户进行测试: SYS > select username,account_status,lock_date,created,profile from dba_users where username in ('SYS','HR'); USERNAME…