Gilles Darold

Results 346 comments of Gilles Darold

Do you have an error reported by Ora2Pg or just no row returned?

What does the following commands returns? ``` ora2pg -t SHOW_ENCODING -c config/ora2pg.conf ``` and ``` file config/ora2pg.conf ``` change the path to the configuration file following your installation.

Yes, I have the same problem here with character with french accent. This is clearly an encoding issue, I don't know what Oracle is expecting through OCI but the comparison...

I'm not in favor of adding a new option just for that, I will be more interested in simply removing this space character as this is the default behavior in...

Thanks for the report, this is not supported yet. It require some major enhancement to the TYPE export and your code sample will be helpful, let's keep the issue open...

Yes, this is not covered by Ora2Pg, it just cast the setting with the data type used at Oracle variable declaration. You have to look at data type used for...

Right sorry, I have looked too quickly the question. So the problem is that Ora2Pg should detect the INTO keyword before the call to the global variable and treat the...

You can not add an additional column from an other table in the target list. Here `b.prod_no` must be removed or the corresponding column must be added to NC_PROD_DLV_INFO. I...