Re: Can't locate Ora2Pg.pm while executing export_schema.sh

2021-08-31 Thread Peter J. Holzer
On 2021-08-17 10:34:28 -0400, Mladen Gogala wrote: > You should locate Ora2Pg.pm using "find" like this: > > [mgogala@umajor ~]$ find /usr/local -name Ora2Pg.pm > /usr/local/share/perl5/5.32/Ora2Pg.pm > [mgogala@umajor ~]$ > > and then make sure that your PERL5LIB directory contains  the location

Re: Can't locate Ora2Pg.pm while executing export_schema.sh

2021-08-17 Thread Luca Ferrari
On Tue, Aug 17, 2021 at 4:34 PM Mladen Gogala wrote: > > You should locate Ora2Pg.pm using "find" like this: > > [mgogala@umajor ~]$ find /usr/local -name Ora2Pg.pm > /usr/local/share/perl5/5.32/Ora2Pg.pm Sounds like he is using strawberry Perl, that means he is on windows. Things could be differ

Re: Can't locate Ora2Pg.pm while executing export_schema.sh

2021-08-17 Thread Mladen Gogala
You should locate Ora2Pg.pm using "find" like this: [mgogala@umajor ~]$ find /usr/local -name Ora2Pg.pm /usr/local/share/perl5/5.32/Ora2Pg.pm [mgogala@umajor ~]$ and then make sure that your PERL5LIB directory contains  the location: export PERL5LIB=/usr/local/share/perl5/5.32:$PERL5LIB That s