Archive for 'OBIEE Security' Category
OBIEE interview questions
Below are list of questions you may face during interview. This is part of overall effort to put the interview questions for OBIEE, DAC, Informatica , Oracle Pl\sql and DW Concepts Thing to remember, it also depends on weather interview you are facing is for consulting or full time ? in requirement OBIEE is good [...]
Importing / Creating Users in OBIEE+
Requirement : Often time its really a pain to create users in bulk.So below script will be helpful to create users with default password. Step 1: Create the script as shown below. This script basically creates a declaration syntex for OBIEE. Run the SQL Command like to Generate the File Called : userImport.udml (or you [...]
Variables in OBIEE
Variables It contain values in memory that are used by OBI Server during processing. It is created and managed using the variable manager feature in the Administration tool. There are two types of variable available in OBIEE . 1) Repository Variables Static Repository Variable Dynamic Repository Variable Repository Variables : A single value at any [...]
Row level security using Initialization Blocks and Session Variables
OBIEE Row level security using session variable and initialization block.
Security in OBIEE
Security Security is very important topic in OBIEE. Benefits of Security Data needs to be protected so that only authorized employees can access sensitive information. Employees can automatically see the information that is relevant to their roles. Security provides the ability to authenticate users through log on. Secure access controls on object and data level. [...]
Authentication In OBIEE
People often ask question below for authentication in OBIEE Question : What are the different ways to authenticate an user in OBIEE system? Can OBIEE authenticate a user passing through multiple authentication methods? Which one is the best long term? OBIEE Support four types of authentication. 1)LDAP Authentication : Users are authenticated based on credentials [...]