Gilles Darold
Gilles Darold
I don't know solution other that use Linux. Ora2Pg used to be supported on Windows but it look like installing on Windows 10 is much more complicated. I think I...
Hi Eric, where gmake for Windows 10 can be found?
Ok, good to know. Saying that I'm not able to give a solution for the original error.
It could be possible to automate if we can obtain the definition of the remote table. Do you know if it is possible to use at least `DESC BLANK_LOG4RSA@DL_BLANK_RSA`?
Good idea. There is already an adaptive data_limit when Ora2Pg detect that the table has a BLOB column it can be adapted to the value of avg_row_len.
Ora2Pg doesn't support ALTER TABLE statements, if you had CREATE INDEX statement it could convert indexes and unique or check constraints. This is not that Ora2Pg could not convert the...
Please use latest development code, old versions are not maintained you need to upgrade. Use `git clone` or `wget https://github.com/darold/ora2pg/archive/refs/heads/master.zip` to download latest code.
Ora2Pg supports Oracle 8i to current, you must just use the Oracle client that allows to work with your Oracle database version. You should always use the latest development code...
I will try to give a quick look at this this weekend.
Please give me an Oracle DDL to reproduce the issue I will check what's going wrong with this.