Re: Could not startup new database - Oracle to Postgres Migration error. - Mailing list pgsql-general

From Julien Rouhaud
Subject Re: Could not startup new database - Oracle to Postgres Migration error.
Date
Msg-id CAOBaU_bXp6w0qjH4ebYAHXTiVcO=AXqOty5EMmnTLj2w3DC67Q@mail.gmail.com
Whole thread Raw
In response to Could not startup new database - Oracle to Postgres Migration error.  ("Pansara, Jiten" <Jiten.Pansara@fisglobal.com>)
Responses RE: EXTERNAL: Re: Could not startup new database - Oracle to Postgres Migration error.
List pgsql-general
On Mon, Aug 16, 2021 at 4:46 PM Pansara, Jiten
<Jiten.Pansara@fisglobal.com> wrote:
>
> I was following Ora2Pg : Migrates Oracle to PostgreSQL (darold.net) to migrate the db and am stuck when trying to
executebelow 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.



pgsql-general by date:

Previous
From: Laura Smith
Date:
Subject: Debian APT repo instructions need updating
Next
From: "Pansara, Jiten"
Date:
Subject: RE: EXTERNAL: Re: Could not startup new database - Oracle to Postgres Migration error.