Paul Hoch
-
Block Creation in Essbase – Part 2
- October 22, 2021
- Posted by: Paul Hoch
- Categories: Hyperion, Oracle
2 CommentsThe previous post ended with a discussion on using DATACOPY to create blocks. I stated that it was my preferred method of making sure the right blocks were created for use. However, we may run into a situation requiring an “IF” test to determine when we create the blocks. In this situation, we cannot use DATACOPY as it is not syntactically valid inside an IF test.
-
Block Creation in Essbase – Part 1
- October 14, 2021
- Posted by: Paul Hoch
- Categories: Hyperion, Oracle
A data block is the fundamental unit of storage for a cube in Essbase or Planning (including Planning Cloud). When developing a new calculation or updating an existing calculation, inevitably, block creation will become an issue for us. When writing calculations, you need to be sure that the data blocks either already exist or that they get created as part of your calculation; otherwise, you’ll end up without the data you need.
-
PBCS and EPBCS – 3 Key Differences
- May 1, 2019
- Posted by: Paul Hoch
- Categories: Oracle, Oracle PBCS
-
Oracle EPM Cloud Update – Jan’22 (22.01)
These Oracle EPM updates are scheduled to take place during the first nightly maintenance period on or after 2AM ET on Saturday Jan 8, 2022 (test environments) and on or after 2AM ET on Saturday, Jan 22, 2022 (production environments)
January 7, 2022 Read more -
Oracle EPM Cloud Update – Dec’21 (21.12)
These Oracle EPM updates are scheduled to take place during the first nightly maintenance period on or after 2AM ET on Saturday Dec 3, 2021 (test environments) and on or after 2AM ET on Saturday, Dec 17, 2021 (production environments).
December 2, 2021 Read more -
Oracle EPM Cloud Update – Nov’21 (21.11)
These Oracle EPM updates are scheduled to take place during the first nightly maintenance period on or after 2AM ET on Saturday Nov 5, 2021 (test environments) and on or after 2AM ET on Saturday, Nov 19, 2021 (production environments).
November 3, 2021 Read more -
Block Creation in Essbase – Part 2
The previous post ended with a discussion on using DATACOPY to create blocks. I stated that it was my preferred method of making sure the right blocks were created for use. However, we may run into a situation requiring an “IF” test to determine when we create the blocks. In this situation, we cannot use DATACOPY as it is not syntactically valid inside an IF test.
October 22, 2021 Read more