1. 定期针对 APPLSYS schema 运行“统计数据收集模式”请求,这样可有限度提升这个form的性能
模式名有:GL,AP,AR,FA
2. 定期运行“清除并发请求和(或)管理器数据”请求
参数1 实体:所有
参数2 模式:使用期限
参数3 模式值:15
3. 以上两种方法效果不明显的话,可在应用系统停止运行的时候,执行以下sql
SQL> create table fnd_concurrent_requests_bkup
2> as select * from applsys.fnd_concurrent_requests;
Table created.
SQL> truncate table applsys.fnd_concurrent_requests;
Table truncated.
SQL> insert into applsys.fnd_concurrent_requests
2> select * from fnd_concurrent_requests_bkup;
这个方法最好是先在test测试几次,然后等prod停掉应用的时候再做
欢迎光临 栖息谷-管理人的网上家园 (http://bbs.21manager.com.cn/) | Powered by Discuz! X3.2 |