Running this component out of the box gave some errors on Oracle database. There are some queries that contain a group by with binary data in it. Oracle does not like that.
I had to separate the collection of data and the binary data. In some occasions that means replacing the query with a dataaction.