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
1.03k stars 341 forks source link

dlltool error #1803

Open srinilakshmi opened 3 months ago

srinilakshmi commented 3 months ago

I am installing Ora2pg on windows, and when done with prerequisites like strawberry perl, Oracle client, then setting up environment values for ORACLE_HOME and NLS_LANG, the next step is to run perl Makefile.pl from DBD-oracle folder, getting an error with dlltool

error is 'dlltool' is not recongnized as an internal or external command. WhatsApp Image 2024-07-30 at 16 40 51_5cc8e9a2

Need help with this please

darold commented 3 months ago

I don't know the reason of this error. Please use a Linux box, things will be easier.

srinilakshmi commented 3 months ago

Doee the Oracle DAD module, makefile.pl woul need internet connectivity?

Srinivas Kollipara

On Tue, Jul 30, 2024 at 11:39 PM Gilles Darold @.***> wrote:

I don't know the reason of this error. Please use a Linux box, things will be easier.

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

darold commented 3 months ago

No, a command is missing. ddltool

srinilakshmi commented 3 months ago

I have a need for this to do on a windows box

Srinivas Kollipara

On Wed, Jul 31, 2024 at 12:23 AM Gilles Darold @.***> wrote:

No, a command is missing. ddltool

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

srinilakshmi commented 3 months ago

Is the command missing in DAD module or in Oracle installation or Perl? following the attached pdf for prereqs and needed some help on this. Step-by-Step guide to install ora2pg on Windows.pdf