Gilles Darold
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.
MySQL sub partitioning is not supported yet, I will look at this asap.
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.
Sorry for the response delay, what is the datatype of the column? A DESC of the table could help. Thanks.
Might be fixed using instruction here https://github.com/darold/ora2pg/issues/1528#issuecomment-1294925035
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...