Hello
I just configured Usage Tracking for OBIEE 11G. I can see information about the queries performed, but i can't find a way to know how many time a user logged in into the system
Do you knwo if such options exist?
Any ideas?
Thanks
Camilo
Hi Camilo,
Usage tracking will not really give you the number of logins. You can of course define what you consider a new login (when time between 2 executions is over 10-15 minutes for example), but it's just an estimate of the number of logins.
For a real official count you would need to parse log files which contains logins, or enable extra logging on the server which is supposed to give you some more precise figures.
But usage tracking is probably enough if you look for an approximate number of logins (if you are maybe tracking good users vs bad users never logging in).
Good point ... track usage of the information (that's where the value is) ...
I yield to the experts here ... but, if you must provide this, a quick way would be to use GREP (possibly AWK/SED too) on the saw logs. I had done this in the past just to get a sense if anyone was actually logging in to our application . The saw log should say something like " user XYZ logged in|logged out. You could put this output into a CSV file, and ultimately in Excel then. Then, use an excel function to count ...
I came up with something like this (user ID's are "blacked out"):
If I have some time later, I'll see if I can build a command for this (I don't remember exactly what I used ...)
Regards,
Charles
One other thing, I was thinking. Take a look at: Identify User Or Program That Removed The Users In Embedded LDAP (Doc ID 2279833.1). Although it isn't meant primarily for this, I do see that you'd get an entry for each successful login.
In the log you'd see something like this:
#### Audit Record Begin <Jul 19, 2018 11:32:41 AM> <Severity =SUCCESS> <<<Event Type = Authentication Audit Event><OBIEE_USER><AUTHENTICATE>>> Audit Record End ####
As Gianni has pointed out, You're still going to have to parse a log in some kind of way.
PS - Nice thing about this is that it may also serve as evidence (for an audit) if/when you remove a user's account ... assuming you're using the WebLogic LDAP.
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M