0

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.

Aniruddha Jagtap
  • 383
  • 5
  • 16

2 Answers2

1

The reports are stored in your Oracle Database.

Schema:[DOMAIN_NAME]_SOAINFRA
Tables:WLI_QS_REPORT_ATTRIBUTE and WLI_QS_REPORT_DATA
  • This is useful. However on my local environment my OSB is not connected with Oracle (or any other DB). Still I'm able to see old reports after server restarts. – Aniruddha Jagtap Mar 19 '14 at 13:51
  • 1
    I'm not a 100% sure, but isn't a DB required to install OSB? Or atleast needed for the reporting? I found: http://docs.oracle.com/cd/E14571_01/doc.1111/e15017/before.htm#BABCJHDJ – Wesley De Keirsmaeker Mar 19 '14 at 14:32
  • 1
    Useful. Since Reports will be saved in the DB, file path is just a curiosity \\common\derby\demo\databases\osbexamples\seg0\c4d0.dat – Aniruddha Jagtap Mar 19 '14 at 15:45
0

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

PaulV
  • 25
  • 10