马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
- Select User_Name, Responsibility_Name, User_Form_Name, Time, Pid, User_Id, Resp_Appl_Id, Responsibility_Id, Form_Id,
- Form_Appl_Id
- From Fnd_Signon_Audit_View
- Order By To_Number(Substr(Time, 1, Instr(Time, ':') - 1)) * 60 * 24 +
- To_Number(Substr(Time, Instr(Time, ':') + 1, Instr(Time, ':', Instr(Time, ':') + 1) - (Instr(Time, ':') + 1))) * 60 +
- To_Number(Substr(Time, Instr(Time, ':', Instr(Time, ':') + 1) + 1))
复制代码
设置
Profile : Sign-On:Audit Level
中文
登录:审计层”
我搞了好久阿
给大家分享 |