Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Owb logs

607068Mar 18 2008 — edited Mar 20 2008
Dear all,

I am using OWB 10.2.0.3.33.
When i rinning my maping i get error .
I want to know about this error.
I found some files owb\bin\admin\ but i dosn't know wich file i need.
i also found this query :
SELECT *
FROM all_rt_audit_executions r,
all_rt_audit_map_runs m,
all_rt_audit_map_run_errors e
WHERE r.execution_audit_id = m.execution_audit_id(+)
AND m.map_run_id = e.map_run_id(+)
and m.map_name='"MM_NOTES_65"'
ORDER BY r.execution_audit_id DESC

But this query dosn't help.
Maybe i need configure the log in my maping.
Could you please someone help me to solve this problem?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2008
Added on Mar 18 2008
3 comments
734 views