什么是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