Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Bulk fetch failed in obiee 11g

hi,
i am getting following error in my obiee instance as :-
if i try to filter the data from prompt then the reports are working fine and if i try to take all values from single column of prompts its throughing me above error. please let me know about this issue.
Answers
-
ORA-01722 is an Oracle error, not OBIEE, but your database.
So without looking into details the message is about "invalid number" I would say you maybe have a mismatch between the Oracle database column type and the OBIEE definition in the RPD. A different type has been set by OBIEE or something around that.
Take the physical SQL and check it by hand (you are supposed to get the same error). Can also be because of data quality problems.
So first analyze what values are generating the error and then evaluate the possible solutions: fixing the source by changing the values in the db, changing the definition in OBIEE etc.
0 -
Mostly it could be because of the presentation variable. For a number column in DB your report may be passing character values or comma seperated numbers.
0