Home >Database >Mysql Tutorial >Oracle EBS OM(Order Management)模块日志收集方法

Oracle EBS OM(Order Management)模块日志收集方法

WBOY
WBOYOriginal
2016-06-07 17:15:321106browse

Oracle EBS OM(Order Management)模块日志收集方法

Oracle EBS OM(Order Management)模块日志收集方法:

遇到Sales Order或者相关业务流程(eg.pending demand, workflow status, etc.)的问题的时候,可以收集OM模块的日志再进行分析。

收集方法:

Profile

OM: Debug = 5

OM: Debug Log Directory =  /usr/tmp/debug.log

路径必须为select value from v$parameter where name = 'utl_file_dir'中的值,并且用户有对于目录的写权限。

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn