[Oracle EBS] 8. Purge signon audit data concurrent program

Source: Internet
Author: User

First, if you want to use sign-on audit,
You need to set in profile, profile name is Sign-on: Audit Level,
There are four levels: None, user, responsibility, and form.
Defualt is none.
The user records the logon, logon, and logout times.
Responsibility is the user-selected responsibility and the time of use.
Form records the user-selected form and time of use.

With the passage of time, more and more audit records need to be used:
Purge signon audit dataConcurrent program
This concurrent program actually calls SQL plus to run $ fnd_top/SQL/Fndscprg. SQL.
Fnd_login_resp_forms
Fnd_login_responsibilities
Fnd_logins
Fnd_unsuccessful_logins
Fnd_appl_sessions (11.5.10 or above)
Data earlier than the specified time is deleted.
Like:
Delete from fnd_unsuccessful_logins
Where attempt_time <fnd_date.canonical_to_date ('& 1 ');

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.