Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
If your Oracle report isn't displaying the expected dependent data, consider these potential issues: Data Source Changes: Check if there have been any changes to the database schema or relationships between tables that could affect the report. If fields were added, removed, or modified, it might impact data retrieval.…
-
Here's a simple example SQL query that demonstrates how to split the "Employee Mailing Postal Code" into parts. Assuming the postal code is in a standard format and you want to get the first part (the "Incode"), you can use the following approach: SELECT "Worker"."Employee Mailing Postal Code", SUBSTR("Worker"."Employee…
-
To get notifications for failed scheduled OTBI (Oracle Transactional Business Intelligence) jobs, you can set up an alert using the following steps: Step 1: Setup Email Notifications in the BI Administration Access the BI Administration Tool: Log in to the Business Intelligence Enterprise Edition (BI EE) interface.…