(转)EBS中一些常用的profile设置建议

 

EBS中一些常用的profile设置建议

EBS中的profile配置可分为系统的和个人的,设置都差不多,这里不分开总结。在profile界面查询指定profile的时候,最好要考虑使用通配符%,因为可能配置项中含有一些特殊字符,比如空格,如果不加通配符%很可能会查不到结果。下面是EBS中一些比较常用到的profile设置:

配置名称 说明 设置建议
FND:Enable Cancel Query 当执行一个超长时间的查询时,会出现一个cancel提示窗口,允许用户取消查询。 Yes
Utilities:Diagnostics 控制Help/Diagnostics/Examine是否需要输入密码,Yes不需要,No需要。 No
Java Look and Feel 设置界面风格,Oracle就是默认的蓝色调,Generic就是传统Windows风格。 Oracle
Java Color Schema 设置具体的界面颜色 null
Initialization SQL Statement-Custom 设置每个人登录EBS的时候需要执行的PL/SQL代码,这个可以用来启用trace等。

begin

 null;

end;

ICX:Session Timeout Application用户session在多少分钟内没有数据库操作(在form上随意点击不一定是有数据库操作)就算超时,这个和Zone.Properties配置文件中的session.timeout(单位是秒)要一致,可以设置在用户层。 测试环境设置30秒,正式环境设置长一点。
ICX:Limit Time 如果ICX:Session Timeout没有设置,那么不管用户有没有数据库操作,都用这个作为session有效的最大小时数。  
ICX:Limit Connect Session最大的连接次数  
ICX:Report Image Report的图像路径  
PO:Set Debug Workflow ON PO工作流的Debug信息,存在po_wf_debug No
Concurrent:Report Access Level 报表Output的查看权限,分为User和Responsibility。如果是User那么只有运行该报表的用户可以查看Output,不管切换到哪个职责;如果是responsibility,只要能进入运行报表的职责就可以查看。 User
Self Service Personal Home Page Mode 登录后的主页模式,需要重启apache。  
FND: Diagnostics--诊断
Utilities:Diagnostics--诊断
1. 负数格式     Currency:Negative Format
2.  千位分隔     Currency:Thousands Separator
3.  小数位     Currency:Mixed Currency Precision --以上设置会影响所有standard  financial report上的数字显示  
4.  Session 有效时间     ICX:Session Timeout    
5.  OU经营组织     MO: Operating Unit
6.  默认经营组织     MO: Default Operating Unit
7.  安全预置文件    MO: Security Profile
--MO: Security Profile 可用来设置多组织,此时可与MO: Default Operating Unit 联用指定默认组织,而MO: Operating Unit只用于单组织.  
8.  首页显示方式      Self Service Personal Home Page mode  
9.  系统api调试级别    
FND: Debug Log Level        
LEVEL_UNEXPECTED     : Internal Level Id is 6        
LEVEL_ERROR          : Internal Level Id is 5        
LEVEL_EXCEPTION      : Internal Level Id is 4        
LEVEL_EVENT          : Internal Level Id is 3        
LEVEL_PROCEDURE      : Internal Level Id is 2        
LEVEL_STATEMENT      : Internal Level Id is 1      
FND: Debug Log Enabled     Set this profile to Yes
   FND: Debug Log Module     Set this to %
10. 总帐帐套设置      GL Legder Name  
12. 隐藏Diagnostics 菜单      Hide Diagnostics menu entry  
13. 开发者模式(R12)--作用待研究       FND: Developer Mode  
14. 数据控制集(R12)      GL: Data Access Set

posted on 2017-04-05 14:26  清风易明月  阅读(763)  评论(0编辑  收藏  举报

导航