Oracle Transactional Business Intelligence

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

Is there a subject area that contains information for registered users in OTBI?

Accepted answer
90
Views
2
Comments

I am looking for a subject area that contains information for registered users in OTBI.

Tagged:

Best Answer

  • Nathan CCC
    Nathan CCC Rank 7 - Analytics Coach
    Answer ✓

    Hi, Yes. Subject areas for users. But I am not aware of any business process in the application for a user to "register"?. So I do not know what you mean by "registered user" versus "not registered user". Maybe you can post a link to the user guide to explain what you mean by this?

    If you want a list of users you can use one of these subject areas.

    "Security - Roles and Privileges Real Time"

    This is the data you view using folder tools work area "Security Console" as a user with role "IT Security Manager". If you want to know which user is granted which roles etc.

    or "User System Usage"

    For example, logical query to get a list of user names

    #/analytics/saw.dll?
    select all 0 s_0
    , "User"."User Name" s_1
    from "User System Usage"
    fetch first 7 rows only
    

    For more information see

Answers