Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Agent OBIEE 11G

Received Response
24
Views
6
Comments
3526194
3526194 Rank 3 - Community Apprentice

Good day!

Where I can  see agent logs?

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    The Job Manager fat client tool that comes with the BI client tools installation.

  • 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.

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Yeah better go through the client for those reasons

  • 3526194
    3526194 Rank 3 - Community Apprentice

    Ok.I see this. But I need a request to the database. Where I can see a request to the database?

    Screenshot_1.png

  • 3526194
    3526194 Rank 3 - Community Apprentice

    for example sql-script

  • 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).