We are trying to migrate application and need to use Oracle.ManagedDataAccess NuGet package to connect to Oracle Database from .NET solution. While trying to retrieve BLOB data type value, facing issue with exception as below :

I am using DbDataReader to execute query and also tried OracleDataReader but either of them didn't work.
Anyone faced similar issue? Need help on this.