什么是EBS FRD?
Forms Runtime Diagnostics,用于记录Form级别日志,例如,Form Build_In的调用,Form Error(FRM-xxx),Message,Exception
怎样收集FRD日志
1.以系统管理员登陆
Append the user value of ICX: Forms Launcher with the Forms parameters for FRD i.e '?record=collect'
In Servlet modehttp://hostname.domain:port/forms/frmservlet?record=collect
In Socket mode
http://hostname.domain:port/OA_HTML/frmservlet?record=collect

2.Logout and Re-Login
登陆页面的link能够看到"?record=collect"

登陆后应该能看到下边的提示,说明FRD已经enabled

4.查找FRD在服务器的路径

$ENVIRONMENT$.FORMS_TRACE_DIR(11i为forms60_trace_path)
eg./u01/R122_EBS/inst/apps/mz3st220_rws3220388/logs/ora/10.1.2/forms5.collect_<pid> where <pid> is the process identifier
eg.Forms Process ID : 17089

Reference Note: 438652.1
===EOF===
转载请注明出处:http://blog.youkuaiyun.com/pan_tian/article/details/7433252
本文详细介绍了如何通过系统管理员登录收集FRD(FormsRuntimeDiagnostics)日志,包括在不同模式下的操作步骤,以及如何在服务器上查找和收集特定进程的日志文件。此外,还提供了关于如何启用和禁用FRD功能的提示。
1427

被折叠的 条评论
为什么被折叠?



