Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Limiting the number of sessions per machine in OBIEE 12c more than once

I want to prevent users to login in Oracle BI12c with the same "username" more than once. also, I checked many documents and see parameter like "Max Session Limit" but it's not what I want.
Answers
-
Short answer is No. You can't do this out of the box -
See the following Oracle Support Document 1618479.1 (Limiting Number of Sessions per User ID) can be found at: https://support.oracle.com/epmos/faces/DocumentDisplay?id=1618479.1
0 -
As Joel said, I never heard anything related to that.
The authentication logic doesn't really check existing sessions as the concept of "session" itself could be quite relative and not so easy to define.
Therefore it doesn't prevent to use the same login if somebody else with that login is connected.
As a workaround to avoid people doing that you could implement a proper SSO which means users aren't going to enter login/password anymore as their session will come from the SSO (and this means you are moving the issue somewhere else asking the SSO to take care of that blocking logic).
0 -
As I already stated over on StackOverflow:
OBIEE is an analytical platform and you have to think about connections in a different way.
1.) take a step back
2.) think about what you want to do
3.) learn and comprehend how the tool works and does things
4.) decide on how you implement and control things by matching #2 and #3
0 -
Just to be clear here. The discussion continued on SO:
The problem is, that the "requirement" makes no sense whatsoever in an analytical environment since analytics is not OLTP.
0