peformance on SQL Developer and Report Builder
Hi,
we have an performance issue on SQL Developer and Report Builder.
SQL Developer version -> 4.1.5.21 64bit
Report Builder -> 10.1.2.0.2
We developing a report to provide data PO, Receive (Deliver Journal), Invoice. the report use Invoice Voucher Number (doc_sequence_value) as parameter and set as range (use between). We try to run the query on SQL Developer with range invoice voucher number are 5 (95608 - 95612) and the query was finish with 2.388 second. then try to create report with Report Builder and run the report with same parameter but Report Builder finished the report with 30 minute. But if we put the voucher number on query report builder (not use BETWEEN P_VOU_FROM and P_VOU_FROM, but BETWEEN 95608 and 95612)