Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 参考 » 系统对象 » 系统过程 » 按字母顺排序的系统过程列表

 

sa_post_login_procedure 系统过程

确定用户口令是否即将到期。

语法
sa_post_login_procedure( )
参数

None

结果集

sa_post_login_procedure 系统过程返回以下结果:

列名 数据类型 说明
message_text VARCHAR(255) 如果 message_action 为 1,message_text 将返回并显示消息。如果 message_action 为 0,则 message_text 为 NULL。
message_action INTEGER 口令是否即将到期(1= 是,0= 否)。
注释

post_login_procedure 数据库选项的缺省设置为 sa_post_login_procedure 系统过程。请参见post_login_procedure 选项 [数据库]

sa_post_login_procedure 通过用户的 password_life_time 和 password_grace_time 登录策略选项值以及当前的日期和时间,来确定用户口令是否即将到期。如果是,则在结果集中返回要显示给用户的消息。

权限

需要 DBA 权限

副作用

None

另请参见