Categories
- All Categories
- 164 Oracle Analytics News
- 30 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OAS security user folder

VijayDC
Rank 4 - Community Specialist
Hi All,
1) in OBIEE 12c we used have catalog folder with security folder where all the users will have their own folder (connected to catalog My folder)..
where is this folder now located in OAS (2023 0r 2024).
is this folder also present in DB schema like other catalog objects.
2) Also is OAS storing LDAP (configured in Weblogic console) users and the application roles he is assigned to like any DB schema.
Thanks in advance.
Tagged:
0
Best Answer
-
Hi,
- All the catalog is in the database, everything: /shared, /users and /system. All this is in the BIPLATFORM schema.
- Yes, OPSS is the piece containing the embedded LDAP and the security mappings and is stored in the database too. It is just not in an easily readable format… OPSS is one of the schemas created by the RCU when you install the product.
Just to be safe here: you aren't meant to manually change any of these pieces. You can have a read-only approach if that's what you need, but modifying these on the database side is not supported.
1
Answers
-
@Gianni Ceresa
Thank you for the reply, this helps me.0