1. Disable Catch for one report.
To bypass OBIEE server cache and perform the query on db every time you just need to insert a parameter on "Advanced" tab while creating a dashboard.
<1> Click "Advanced" tab, then CHECK "Bypass Oracle BI Presentation Services Cache"
<2> Under "Prefix" insert. SET VARIABLE DISABLE_CACHE_HIT=1;
<3> Then click "Apply SQL" button.