I'm testing your ODAC components to migrate our existing Delphi 2007 BDE application to ODAC components. (more than 2 millions of query in database every days).
So I have executed your Performance project to compare ODAC vs BDE.
During the Fetching process BDE is always 2x faster than ODAC.
Please find below several informations:
Oracle: 10g (Remote)
ODAC: 9.4.12 29-Sep-14
BDE: 5.01
i7 CPU
16Go RAM
Windows 7 64Bits
More over on several SELECT statements like "SELECT NULL FROM TABLE WHERE ...... AND .... AND ...."
that do not return any record, BDE only takes 0.5 milliseconds but ODAC takes more than 5 secondes to execute the query

Another topic about this fact is existing on your forum, I'm wondering if you have any advises for tuning ODAC ?
Many thanks
Regards
Greg