oracle 如何限制新建用户第一次登录时必须修改密码?profile中有相应的参数设置吗,求教???
create user test identified by test123 password expire;