darold / ora2pg

Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into PostgreSQL.
http://www.ora2pg.com/
GNU General Public License v3.0
978 stars 341 forks source link

Section Migration cost assessment #1738

Closed fabrice636861 closed 4 months ago

fabrice636861 commented 4 months ago

Hi, The last line shows the total estimated migration code in man-days following the number of migration units estimated for each object code should not be replaced by cost? Fabrice

darold commented 4 months ago

Can you please show where this typo is present, a screenshot of the report can help if you can not point it in the Perl code.

fabrice636861 commented 4 months ago

it is part of the documentation Ora2Pg : Migrates Oracle to PostgreSQL (darold.net) https://ora2pg.darold.net/documentation.html#Ora2Pg-usage

On Tue, Feb 20, 2024 at 11:22 AM Gilles Darold @.***> wrote:

Can you please show where this typo is present, a screenshot of the report can help if you can not point it in the Perl code.

— Reply to this email directly, view it on GitHub https://github.com/darold/ora2pg/issues/1738#issuecomment-1953899680, or unsubscribe https://github.com/notifications/unsubscribe-auth/BF654PBJECBNOW2TTGUZMH3YUR2NLAVCNFSM6AAAAABDQY6JHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJTHA4TSNRYGA . You are receiving this because you authored the thread.Message ID: @.***>

darold commented 4 months ago

Commit 271755d fixes that, online documentation will be updated when a new version will be published.