InterviewSolution
| 1. |
How To Debug A Document Manager In Oracle Apps? |
|
Answer» Document manger runs within the CONCURRENT manager in Oracle Applications. When an application uses a Document Manager, it sends a PIPE signal which is picked up by the document manager. There are two mechanisms by which to trace the document manager
This profile should only generate DEBUGS when set at Site level(I THINK, as I have only tried site), because Document Manager runs in a different session.
This can be done by setting profile option “Initialization SQL Statement – Custom” against your username before reproducing the issue. The value of this profile will be set so as to enable trace using event 10046, level 12. Document manger runs within the concurrent manager in Oracle Applications. When an application uses a Document Manager, it sends a pipe signal which is picked up by the document manager. There are two mechanisms by which to trace the document manager This profile should only generate debugs when set at Site level(I think, as I have only tried site), because Document Manager runs in a different session. This can be done by setting profile option “Initialization SQL Statement – Custom” against your username before reproducing the issue. The value of this profile will be set so as to enable trace using event 10046, level 12. |
|