Monitor Users
如何监控当前哪些用户在干什么,Oracle Apps提供了一个监控这么功能(尽管还是比较简陋)。使用系统管理员用户登陆,到System Administrator职责下,Security > User > Monitor,然后F11, Ctrl-F11,就可以看到当下有哪些用户在干什么,比如这里的截图,用户PROJMFG在Order Information Super User职责下
监控的粒度是由系统Profile “Sign-On:Audit Level”来控制的
- NONE - No monitoring.
- USER - Will only show you a list of logged in users.
- RESPONSIBILITY - Will show you the user logged in and the responsibility they are using.
- FORM - Will go down to the lowest level of detail and show you the User, Responsibility and Form being accessed.
另外监控用户还可以使用11i : Oracle Application Object Library Active Users Data Collection Test (Doc ID 233871.1)里说的方法,它会输出一个html格式的report,展示当前Active的User数据
Signon Audit Report
"Monitor User"用于监控当下系统中在线用户的行为情况,那么如何查看过往用户行为的历史情况,Oracle提供了几个Report。
Signon Audit Concurrent Requests (shows who submitted what requests)
Signon Audit Forms (shows who accessed what forms)
Signon Audit Responsibilities (shows who accessed what responsibilities)
Signon Audit Unsuccessful Logins (shows who unsuccessfully attempted to sign on as another user)
Signon Audit Users (shows who signed on to Oracle Applications)
以Signon Audit Forms为例
Report运行的结果
转载请注明出处:http://blog.youkuaiyun.com/pan_tian/article/details/7876135
===EOF===