Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Last login date for Weblogic users in myrealm

Is it possible to retrieve the last login date for myrealm users in Weblogic? We would like to deactivate user IDs that are no longer in use.
Answers
-
The log files...
The information may also be contained in one of the new 12c tables where OPSS stores its information but you are not really supposed to touch those
0 -
The 'last login attribute' is a common feature usually enabled via a password policy in most commonly used LDAP servers. However, the embedded LDAP that comes with weblogic does not have this feature so you will not to find this information in the log files.
0 -
We customised a solution where we executed an "INSERT INTO" script (via session variable) every time somebody authenticated against OBI.
Now we have a table in the OBI database that stores username and the login date & time. Easy!0 -
Why not use Usage Tracking to see if a user executed reports? No customization needed and will provide insights.
Only issue is that if the user never logged in, it will not be returned and you need an extra lookup to compare with your user base.
0 -
Michael Verzijl wrote:Why not use Usage Tracking to see if a user executed reports? No customization needed and will provide insights.Only issue is that if the user never logged in, it will not be returned and you need an extra lookup to compare with your user base.
What if they login but don't do anything?
Does anything go into Usage Tracking?0 -
i don't believe so. But with logging of initblocks enable you can also cover this.
0 -
Adam Wickes wrote:What if they login but don't do anything?Does anything go into Usage Tracking?
I would count those as "no longer in use", because just login to see the homepage but not run a single analysis is like not logging in
0 -
Michael Verzijl wrote:Why not use Usage Tracking to see if a user executed reports? No customization needed and will provide insights.Only issue is that if the user never logged in, it will not be returned and you need an extra lookup to compare with your user base.
Yes that's what we use to find out which users are not using Obi (anymore). If you need user who have never used any dashboard copy user names from myrealm and combine this with usertracking data in excel (vertical lookup)
0 -
Wow many answers made me realize just how ambiguous the initial question is.
What users do you mean and which logins do you mean? I was working with the assumption of you wanting to prune WLS users - as in administrative users - and not OBI users which the others are using as an assumption
0 -
My assumption (based on the question) is that the OBI users are stored in the embedded Weblogic LDAP and not in an external corporate LDAP or AD.
0