¤ Does anyone have a solution of reading an Oracle Boolean with ADO.net?
There isn't one. Unfortunately an Oracle Boolean is a special data type that is understood only by Oracle. You would have to evaluate it in PL/SQL and return it as another data type, such as a number.