Year: 2025

Oracle BI Report

BIP Roles in Oracle Fusion

Oracle Business intelligence roles apply to both Oracle Business Intelligence publisher and Oracle Fusion Transactional Business Intelligence (OTBI). They grant access to business intelligence functionality such as ability to run or authors reports. Role Name Description BI Consumer Role Runs Business Intelligence reports. BI Author Role Creates and edits reports. BI Administrator Role Performs administrative […]

Oracle BI Report

Create BIP report with Dependent Parameters

In this section, we will see how to create BIP report with dependent parameters in fusion. Let us create sample BIP report with two parameters: Navigation—-> Tools—>Reports and Analytics Go to Browse Catalog—>New —–>Data Model. Create SQL Query to create Data Model. Go to Diagram—->SQL Query. Give Name, Data Source and Type of SQL as […]

Oracle BI Report

How to Schedule BIP Report with EMAIL Delivery with Zip Attachment

In the last section, we have seen how to schedule BIP report with email delivery. While sending output to destination, we can send the output in Zip format. To send output in Zip format, we need to enable below checkbox while scheduling BIP report. Now let us submit this schedule BIP report. Here we can […]

Oracle BI Report

How to use login ID session variable in Oracle BI publisher report (System Variables)

We can use information about current user in BIP report data model using system Variables. The user information is stored in system variables as shown below: System Variable Description xdo_user_name User ID of the user submitting the report xdo_user_roles Roles Assigned to user submitting the report. Example: XMLP_ADMIN_XMLP_SCHEDULER. xdo_user_report_oracle_lang Report language from user’s account preferences. […]

Oracle Fusion

How to Download and Install ADFDI for Oracle Fusion

In this section, we will see how to download and install ADFDI for Oracle Fusion in local desktop. ADFDI stands for Application Development Framework Desktop Integration. ADFDI is integrated with MS excel to fetch and upload data to Oracle Fusion application. To use ADFDI with excel, we need to setup ADFDI in local desktop. To […]

Oracle Fusion

Lightweight Directory Access Protocol (LDAP)

Lightweight Directory Access Protocol (LDAP) LDAP Stands for Lightweight Directory Access Protocol (LDAP) directory. All user accounts information is maintained in LDAP directory. LDAP also holds information about roles provisioned to users. During Implementation, any existing information about users and their roles must be copied from LDAP directory to Oracle Fusion application tables. As part […]

Fusion Security

Role Based Access Control (RBAC) in Oracle Fusion

Role Based Access Control (RBAC) Oracle Fusion Security is based on Role Based Access Control model. Role based Access control defines who can do what on which functions or sets of data under what conditions. In Role Based Access Control, we provide users with roles which are assigned access privileges to protected resources. There are […]

Back To Top