-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Live Lab created - Leveraging Oracle Analytics Cloud with Essbase (…
…#276) * Created Essbase-OAC lab * Created Lab 1-3 * Created Lab1,2,3 * Lab 3 created * All labs completed pending verification * Completed all labs, pending verification * Update intro.md * Update intro.md * Livelab compelted * Changes done Changes incorporated as per update received * Changes done as instructed Deleted duplicate file * Minor editings * Update rpd-reports.md removed provisioning time may vary line
- Loading branch information
1 parent
6043e82
commit 770da28
Showing
97 changed files
with
1,269 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# Connect OAC to Essbase cube | ||
|
||
<!--![Banner](images/banner.png)--> | ||
|
||
## Introduction | ||
|
||
This lab shows how we can create a connection between OAC and Essbase | ||
|
||
*Estimated Lab Time:* 10 minutes | ||
|
||
### Objectives | ||
In this lab, you will: | ||
- Launch OAC Console | ||
- Connect to Essbase. | ||
|
||
### Prerequisites | ||
- Oracle Free Trial Account. | ||
|
||
|
||
## Task 1 : Launch Cloud URL | ||
|
||
### Login to OCI Console | ||
|
||
Click on the hamburger icon, select Analytics & AI and click on Analytics Cloud | ||
|
||
![Click on the hamburger icon, select Analytics & AI and click on Analytics Cloud.](images/analytics-cloud-launch.png) | ||
|
||
Launch OAC Console: | ||
|
||
Click on the https URL under Access Information | ||
|
||
![ Launch OAC Console.](images/launch-oac.png) | ||
|
||
## Task 2: Create Essbase Connection | ||
|
||
Click on create and select connections: | ||
|
||
![ Click on create and select connections](images/create-connection.png) | ||
|
||
Click on Oracle Essbase: | ||
|
||
![ Click on create and select connections](images/select-essbase.png) | ||
|
||
Enter the relevant details: | ||
- a. Provide a connection name. | ||
- b. Appropriate description | ||
- c. Enter the DSN as per the screenshot. (Make sure It is either Non-SSL URL or a CA certified Certificate which you are using) | ||
- d. Provide username and password, please make sure the user you are providing here has admin access to Essbase instance. | ||
- e. Click on Save | ||
|
||
![ Click on create and select connections](images/click-create.png) | ||
|
||
## Task 3: Create Dataset | ||
|
||
Click on Create and select Dataset: | ||
|
||
![ Click on create and select connections](images/create-dataset.png) | ||
|
||
A pop up will appear with the list of connections, select the connection we created above for Essbase: | ||
|
||
![ Click on create and select connections](images/select-connection.png) | ||
|
||
Select the application for which you want to perform reporting and click on Add: | ||
|
||
Note: You can create multiple datasets for the same application by giving different names to the Dataset | ||
|
||
![ Click on create and select connections](images/add_dataset.png) | ||
|
||
![ Click on create and select connections](images/dataset-created.png) | ||
|
||
## Acknowledgements | ||
|
||
- **Authors** – Srinivas SR NACI | ||
- **Contributors** - Srinivas SR/ Sudip Bandyopadhyay, NACI | ||
- **Last Updated By/Date** – 22/02/2024 | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+99.9 KB
essbase-oac/Connect-OAC-to-Essbase-cube/images/analytics-cloud-launch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Creating Workbooks | ||
|
||
<!--![Banner](images/banner.png)--> | ||
|
||
## Introduction | ||
|
||
In this lab we will be creating Data Visualisations in OAC using Essbase connection created. | ||
|
||
*Estimated Lab Time:* 30 minutes | ||
|
||
### Objectives | ||
In this lab, you will: | ||
- Create Workbook | ||
- Create Visualisation | ||
|
||
### Prerequisites | ||
- Oracle Free Trial Account. | ||
|
||
|
||
## Task 1: Create Workbook | ||
|
||
Follow below steps to create a Workbook: | ||
|
||
1.Click on Create Workbook | ||
|
||
![Click on Create Workbook](images/click-create.png) | ||
|
||
2.From the Dataset, select Gen3 year from Year folder and Profit and Sales from Basic folder and drag them to the visualization section. | ||
|
||
OAC will create the best visualization based on the type of columns we have used. | ||
|
||
![OAC will create the best visualization based on the type of columns we have used](images/best-visualisation.png) | ||
|
||
3.Now we can change it to line bar visualization to represent data in more meaningful way. | ||
|
||
![Now we can change it to line bar visualization to represent data in more meaningful way](images/linebar_visualisation.png) | ||
|
||
4.You can play around with the data set and create more visualizations to build a story Below is the sample dashboard for your reference: | ||
|
||
![You can play around with the data set and create more visualizations](images/enhanced-visualisation.png) | ||
|
||
## Acknowledgements | ||
|
||
- **Authors** – Srinivas SR NACI | ||
- **Contributors** - Srinivas SR/ Sudip Bandyopadhyay, NACI | ||
- **Last Updated By/Date** – 30/11/2023 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.