Aniruddha Jagtap
Aniruddha Jagtap

Reputation: 405

What is the location of OSB Message Reports on the server

We want to periodically archive the log files as well as the report files on the production server. I could locate the log file but not the files which contains reports.

Any help is appreciated.

Upvotes: 0

Views: 2710

Answers (2)

PaulV
PaulV

Reputation: 25

A bit late answer, but it may be useful to add. On a local machine if you have integrated Weblogic, you can get access to local DB (Derby) in this way: http://shiladityasoaworld.blogspot.com/2016/04/12c-soainfra-database-connection-in.html

Upvotes: 0

Wesley De Keirsmaeker
Wesley De Keirsmaeker

Reputation: 1025

The reports are stored in your Oracle Database.

Schema:[DOMAIN_NAME]_SOAINFRA
Tables:WLI_QS_REPORT_ATTRIBUTE and WLI_QS_REPORT_DATA

Upvotes: 1

Related Questions