From: | Julien Rouhaud <rjuju123(at)gmail(dot)com> |
---|---|
To: | "Pansara, Jiten" <Jiten(dot)Pansara(at)fisglobal(dot)com> |
Cc: | "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Could not startup new database - Oracle to Postgres Migration error. |
Date: | 2021-08-16 09:10:53 |
Message-ID: | CAOBaU_bXp6w0qjH4ebYAHXTiVcO=AXqOty5EMmnTLj2w3DC67Q@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Aug 16, 2021 at 4:46 PM Pansara, Jiten
<Jiten(dot)Pansara(at)fisglobal(dot)com> wrote:
>
> I was following Ora2Pg : Migrates Oracle to PostgreSQL (darold.net) to migrate the db and am stuck when trying to execute below command.
>
> perl -MCPAN -e 'install DBD::Pg'
It would be better to send the error in plain text rather than a
picture. It looks like the DBD::Pg install script tries to start a
postgres instance, which failed in your case.
However, I think that strawberry perl already ships DBD::Pg, or at
least the version shipped by chocolatey
(https://community.chocolatey.org/packages/StrawberryPerl) Can you
check if that's your case?
perl -e "use DBD::Pg"
if no error is shown then the module is already installed.
From | Date | Subject | |
---|---|---|---|
Next Message | Pansara, Jiten | 2021-08-16 09:16:18 | RE: EXTERNAL: Re: Could not startup new database - Oracle to Postgres Migration error. |
Previous Message | Laura Smith | 2021-08-16 08:22:56 | Debian APT repo instructions need updating |