Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Agent OBIEE 11G

Good day!
Where I can see agent logs?
Answers
-
The Job Manager fat client tool that comes with the BI client tools installation.
0 -
Or in the database (which is the place the Job Manager get the logs from). But in this case you will have to joins tables and apply some logic here and there to make it "readable" depending what you look for. The client is easier.
0 -
Yeah better go through the client for those reasons
0 -
Ok.I see this. But I need a request to the database. Where I can see a request to the database?
0 -
for example sql-script
0 -
3526194 wrote:But I need a request to the database. Where I can see a request to the database?
So you want to see what query the agents sent to the database?
Well, the agent itself doesn't query your physical sources, the agent execute some content and that's the one generating the queries (if needed and not having cache etc.). These queries are stored in the same place where the queries of normal users are: usage tracking (as long as you configured it).
0