by Surya Bheemangarola | May 9, 2023 | Blog, Business Intelligence, Enterprise Information Management
Essbase Custom-Defined Functions Overview While the out-of-the-box functions provided by Essbase and Hyperion Planning can be helpful for many calculations, they may not always be sufficient for more complex or dynamic scenarios. However, Essbase CDFs (Custom Defined...
by Surya Bheemangarola | Apr 6, 2023 | Blog, Business Intelligence
Oracle Hyperion Workspace is a web-based tool for creating and managing business intelligence (BI) applications, such as dashboards and reports. We can customize the login page for Oracle Hyperion Workspace by making changes to the HTML, CSS, and JavaScript files that...
by XTIVIA | Jan 6, 2016 | Blog, Data Management, Databases
Ran into an issue today while installing a multi-user EBS Suite install using the latest startCD50. Thought I would share this to help some others if they run into the same problem. The error: Applying one-off patches Using...
by XTIVIA | Feb 26, 2015 | Blog, Data Management, Databases
This is a pretty common error and there are a few reasons you might be seeing this error. 1. The database could simply be down. If you’re on *nix platform you can simple check this by a simple ps -ef | grep pmon. If this returns ora_pmon_<instance_name>....
by XTIVIA | Feb 25, 2015 | Blog, Data Management, Databases
Problem Description A working federation environment – querying an 11gR2 Oracle database from a DB2 10.5 FP4 database – suddenly started returning error ORA-01013. Four minutes into each statement, the following error was returned: SQL1822N...
by XTIVIA | Feb 12, 2015 | Blog, Data Management, Databases
Click to download full Oracle Error eBook A very common Oracle database error that is basically telling you that you have run out of logical or physical space on the mount, disk, or your db_recovery_file_dest location that holds your archivelogs. When you get this...
by XTIVIA | Feb 10, 2015 | Blog, Data Management, Databases
ORA-01555 Snapshot Too Old The snapshot too old error is a very common error we get asked about on a regular basis. It’s also a pretty simple error to avoid if you know what to look for and how to configure your queries and the Oracle database. The error is basically...
by XTIVIA | Feb 4, 2015 | Blog, Data Management, Databases
This error comes up pretty often and can be caused by a lot of different things. Usually, this is a pretty easy one to solve. It’s mostly just a syntax error and you forgot part of your SQL statement. You need a select, a column, from clause, and optionally a...
by XTIVIA | Feb 2, 2015 | Blog, Data Management, Databases
This error occurs due to the fact that your connection to the Oracle server is no longer available or that the server couldn’t respond to the client’s requests. This is usually called by an Oracle server issue or a networking issue. You can start...
by XTIVIA | Feb 1, 2015 | Blog, Data Management, Databases
ORA-01722 Invalid Number This error occurs when you try to convert a character string into a number, and the string can’t be converted into a valid number. So what is a valid number you ask? A valid number to Oracle would be a digit between 0-9, a negative or...