Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics & AI Challenge
- Find Partners
- For Partners
Length function issue
Summary
Please use CHAR_LENGTH instead of LENGTH
Content
In OBI, there is an issue with the LENGTH function where it causes the report to take up multiple times the normal memory require to run it, which causes issues with our servers. We are looking into fixing this. As a workaround, please use the CHAR_LENGTH function instead. the only difference is that CHAR_LENGTH will count trailing blanks if any, however, in our database, only free form text fields can have trailing blanks in someone accidentally puts some in the field so there should be no problem.