Gilles Darold

Results 347 comments of Gilles Darold

Well it is difficult to know the reason. I could be a WHERE clause set in ora2pg.conf, some RLS defined at Oracle side, or some other Oracle rules. Normally there...

Ora2Pg is able to find the right column to use to split the data when there is a PK or UK defined on a numeric column. Commit fc3e2fc fixes the...

Please use latest development code for better support, or at least Ora2Pg 23.1.

Yes, this is expected as Ora2Pg doesn't maintain a map of column's datatype. Generally here is very few such predicate where a number is tested against null value compared to...

Hi Rui, please update to latest development code this have been fixed.

Supposing that you run pgcluu_collectd and pcluu as postgres system user you must execute the following commands: ``` /bin/chown -R postgres:www-data /var/lib/pgcluu/data/ /bin/chmod -R u=rwX,g=rsX,o= /var/lib/pgcluu/data/ ```

The HTML outtput is exactly the same as the reports generated by pgcluu, this is just that they are generated dynamically from the *.bin files instead of static HTML. Actually...