Обсуждение: Ora2pg Not Getting Installed- Please Provide Inputs
Hello,
I am trying to install ora2pg in HPUX server and also the DBD::Oracle
Please let me know your inputs as to how to go ahead.
# ls -ltr
total 256
-rw-r--r-- 1 root root 61548 Nov 12 12:30 ora2pg.conf.dist
-rw-r--r-- 1 root root 61548 Nov 12 12:30 ora2pg.conf
# pwd
/etc/ora2pg
# ora2pg -t SHOW_VERSION -c config/ora2pg.conf
sh: ora2pg: not found.
cpan> get DBD::Oracle
CPAN: Storable loaded ok
Going to read /home/root/.cpan/Metadata
Warning: Found only 0 objects in /home/root/.cpan/Metadata
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz
Issuing "/usr/bin/ftp -n"
ftp: connect to address ::ffff:130.161.131.20: Network is unreachable
Trying ::ffff:131.211.31.189...
ftp: connect: Network is unreachable
Not connected.
Local directory now /home/root/.cpan/sources/authors
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz.
Please check, if the URLs I found in your configuration file () are valid.
The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'
Could not fetch authors/01mailrc.txt.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/modules/02packages.details.txt.gz
Issuing "/usr/bin/ftp -n"
ftp: connect to address ::ffff:130.161.131.20: Network is unreachable
Trying ::ffff:131.211.31.189...
ftp: connect: Network is unreachable
Not connected.
Local directory now /home/root/.cpan/sources/modules
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/modules/02packages.details.txt.gz.
Please check, if the URLs I found in your configuration file () are valid.
The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'
Could not fetch modules/02packages.details.txt.gz
LWP not available
Fetching with Net::FTP:
ftp://ftp.perl.org/pub/CPAN/modules/03modlist.data.gz
Issuing "/usr/bin/ftp -n"
ftp: connect to address ::ffff:130.161.131.20: Network is unreachable
Trying ::ffff:131.211.31.189...
ftp: connect: Network is unreachable
Not connected.
Local directory now /home/root/.cpan/sources/modules
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/modules/03modlist.data.gz.
Please check, if the URLs I found in your configuration file () are valid.
The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'
Could not fetch modules/03modlist.data.gz
Going to write /home/root/.cpan/Metadata
Warning: Cannot get DBD::Oracle, don't know what it is.
Try the command
i /DBD::Oracle/
to find objects with matching identifiers.
cpan>
Le mar. 13 nov., vers 10:19, soumik.bhattacharjee@kpn.com exprimait : > Hello, Hi, > I am trying to install ora2pg in HPUX server and also the DBD::Oracle > > Please let me know your inputs as to how to go ahead. [...] > ftp: connect to address ::ffff:130.161.131.20: Network is unreachable Unreachable network is neither ora2pg nor DBD::Oracle related. It's a system configuration related. Maybe your server is in a closed network and you don't have a local CPAN mirror configured. Regards, -- Stéphane KANSCHINE - https://www.hexack.fr./ - https://www.nuajik.io./ @ stephane@hexack.fr +33 6 64 31 72 52
Hi Stéphane , So what is the way forward, i am not a database guy. Please share your inputs. Thanks... -----Original Message----- From: Stéphane KANSCHINE <stephane@hexack.fr> Sent: Tuesday, November 13, 2018 11:32 AM To: Bhattacharjee, Soumik <soumik.bhattacharjee@kpn.com> Cc: pgsql-admin@postgresql.org Subject: Re: Ora2pg Not Getting Installed- Please Provide Inputs Le mar. 13 nov., vers 10:19, soumik.bhattacharjee@kpn.com exprimait : > Hello, Hi, > I am trying to install ora2pg in HPUX server and also the DBD::Oracle > > Please let me know your inputs as to how to go ahead. [...] > ftp: connect to address ::ffff:130.161.131.20: Network is unreachable Unreachable network is neither ora2pg nor DBD::Oracle related. It's a system configuration related. Maybe your server isin a closed network and you don't have a local CPAN mirror configured. Regards, -- Stéphane KANSCHINE - https://www.hexack.fr./ - https://www.nuajik.io./ @ stephane@hexack.fr +33 6 64 31 72 52
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
**Live simply **Love generously **Care deeply **Speak kindly.
Hello,
I am trying to install ora2pg in HPUX server and also the DBD::Oracle
Please let me know your inputs as to how to go ahead.
# ls -ltr
total 256
-rw-r--r-- 1 root root 61548 Nov 12 12:30 ora2pg.conf.dist
-rw-r--r-- 1 root root 61548 Nov 12 12:30 ora2pg.conf
# pwd
/etc/ora2pg
# ora2pg -t SHOW_VERSION -c config/ora2pg.conf
sh: ora2pg: not found.
This message indicates your shell does not know about ora2pg.
Where is the binary installed? How did you install it?
If you know the absolute path, you may launch ora2pg with a command like:
/your/absolute/path/ora2pg ...
or
cd /your/absolute/path ; ./ora2pg ...
Thanks Pepe and Stéphane
Now i tried to install this in a different HPUX server using root, and below it comes
Also what are the uninstallation steps if anyone knows.
Thanks All.
# perl Makefile.PL
Can't open scripts/ora2pg: No such file or directory.
WARNING: META_MERGE is not a known parameter.
WARNING: DESTDIR is not a known parameter.
WARNING: LICENSE is not a known parameter.
'DESTDIR' is not a known MakeMaker parameter name.
'LICENSE' is not a known MakeMaker parameter name.
'META_MERGE' is not a known MakeMaker parameter name.
Writing Makefile for Ora2Pg
Done...
------------------------------------------------------------------------------
Please read documentation at http://ora2pg.darold.net/ before asking for help
------------------------------------------------------------------------------
Now type: make && make install
# make && make install
make: *** No rule to make target `scripts/ora2pg', needed by `blib/script/ora2pg'. Stop.
From: Pepe TD Vo <pepevo@yahoo.com>
Sent: Tuesday, November 13, 2018 4:42 PM
To: Bhattacharjee, Soumik <soumik.bhattacharjee@kpn.com>; pgsql-admin@postgresql.org
Subject: Re: Ora2pg Not Getting Installed- Please Provide Inputs
correct me if I'm wrong,
your ora2pg.conf is under /etc/ora2pg and you pointed it on config/ora2pg.conf, that's why it's not found.
# pwd
/etc/ora2pg
# ora2pg -t SHOW_VERSION -c config/ora2pg.conf
sh: ora2pg: not found.
just run
ora2pg -version
Also, you have a network issue and the ora2pg is not promptly installed, should be more files than just a configuration file.
did you modify ora2pg.conf after copy from ora2pg.config.dist to match what your db information such as oracle_sid, oracle_user, etc...?
i would love to know more about ora2pg for use in a few months. Please share your knowledge and/or input.
v/r,
Bach-Nga
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.
*** Genuinely rich *** Faithful talent *** Sharing success
On Tuesday, November 13, 2018 5:11 AM, "soumik.bhattacharjee@kpn.com" <soumik.bhattacharjee@kpn.com> wrote:
Hello,
I am trying to install ora2pg in HPUX server and also the DBD::Oracle
Please let me know your inputs as to how to go ahead.
# ls -ltr
total 256
-rw-r--r-- 1 root root 61548 Nov 12 12:30 ora2pg.conf.dist
-rw-r--r-- 1 root root 61548 Nov 12 12:30 ora2pg.conf
# pwd
/etc/ora2pg
# ora2pg -t SHOW_VERSION -c config/ora2pg.conf
sh: ora2pg: not found.
# perl -MCPAN -e shell
There seems to be running another CPAN process (pid 1667). Contacting...
Other job not responding. Shall I overwrite the lockfile? (Y/N) [y] y
cpan shell -- CPAN exploration and modules installation (v1.61)
ReadLine support available (try 'install Bundle::CPAN')
cpan> get DBD::Oracle
CPAN: Storable loaded ok
Going to read /home/root/.cpan/Metadata
Warning: Found only 0 objects in /home/root/.cpan/Metadata
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
Issuing "/usr/bin/ftp -n"
ftp: connect to address ::ffff:130.161.131.20: Network is unreachable
Trying ::ffff:131.211.31.189...
ftp: connect: Network is unreachable
Not connected.
Local directory now /home/root/.cpan/sources/authors
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz.
Please check, if the URLs I found in your configuration file () are valid.
The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'
Could not fetch authors/01mailrc.txt.gz
LWP not available
Fetching with Net::FTP:
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
**Live simply **Love generously **Care deeply **Speak kindly.
Sent: Tuesday, November 13, 2018 4:42 PM
To: Bhattacharjee, Soumik <soumik.bhattacharjee@kpn.com>; pgsql-admin@postgresql.org
Subject: Re: Ora2pg Not Getting Installed- Please Provide Inputs
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
**Live simply **Love generously **Care deeply **Speak kindly.
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
**Live simply **Love generously **Care deeply **Speak kindly.
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
**Live simply **Love generously **Care deeply **Speak kindly.
Sent: Tuesday, November 13, 2018 4:42 PM
To: Bhattacharjee, Soumik <soumik.bhattacharjee@kpn.com>; pgsql-admin@postgresql.org
Subject: Re: Ora2pg Not Getting Installed- Please Provide Inputs
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
**Live simply **Love generously **Care deeply **Speak kindly.
Thanks will try with the link.
From: Pepe TD Vo <pepevo@yahoo.com>
Sent: Tuesday, November 13, 2018 5:59 PM
To: Bhattacharjee, Soumik <soumik.bhattacharjee@kpn.com>; pgsql-admin@postgresql.org
Subject: Re: Ora2pg Not Getting Installed- Please Provide Inputs
for uninstall orag2pg, just run the uninstaller.sh or remove the whole folder. If it's in Window, run uninstaller.exe or choose uninstall program from control panel.
FYI, I'm researching myself and document and preparing for work. I haven't tried yet.
Bach-Nga
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.
*** Genuinely rich *** Faithful talent *** Sharing success
On Tuesday, November 13, 2018 11:50 AM, Pepe TD Vo <pepevo@yahoo.com> wrote:
I think you have missing files. I have researched myself and prepare to install orapg2 to use and convert Oracle off to Postgres. Try to follow this link, it might help to make and reconfigure ora2pg step by steps.
Bach-Nga
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.
*** Genuinely rich *** Faithful talent *** Sharing success
On Tuesday, November 13, 2018 11:40 AM, "soumik.bhattacharjee@kpn.com" <soumik.bhattacharjee@kpn.com> wrote:
Thanks Pepe and Stéphane
Now i tried to install this in a different HPUX server using root, and below it comes
Also what are the uninstallation steps if anyone knows.
Thanks All.
# perl Makefile.PL
Can't open scripts/ora2pg: No such file or directory.
WARNING: META_MERGE is not a known parameter.
WARNING: DESTDIR is not a known parameter.
WARNING: LICENSE is not a known parameter.
'DESTDIR' is not a known MakeMaker parameter name.
'LICENSE' is not a known MakeMaker parameter name.
'META_MERGE' is not a known MakeMaker parameter name.
Writing Makefile for Ora2Pg
Done...
------------------------------------------------------------------------------
Please read documentation at http://ora2pg.darold.net/ before asking for help
------------------------------------------------------------------------------
Now type: make && make install
# make && make install
make: *** No rule to make target `scripts/ora2pg', needed by `blib/script/ora2pg'. Stop.
From: Pepe TD Vo <pepevo@yahoo.com>
Sent: Tuesday, November 13, 2018 4:42 PM
To: Bhattacharjee, Soumik <soumik.bhattacharjee@kpn.com>; pgsql-admin@postgresql.org
Subject: Re: Ora2pg Not Getting Installed- Please Provide Inputs
correct me if I'm wrong,
your ora2pg.conf is under /etc/ora2pg and you pointed it on config/ora2pg.conf, that's why it's not found.
# pwd
/etc/ora2pg
# ora2pg -t SHOW_VERSION -c config/ora2pg.conf
sh: ora2pg: not found.
just run
ora2pg -version
Also, you have a network issue and the ora2pg is not promptly installed, should be more files than just a configuration file.
did you modify ora2pg.conf after copy from ora2pg.config.dist to match what your db information such as oracle_sid, oracle_user, etc...?
i would love to know more about ora2pg for use in a few months. Please share your knowledge and/or input.
v/r,
Bach-Nga
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.
*** Genuinely rich *** Faithful talent *** Sharing success
On Tuesday, November 13, 2018 5:11 AM, "soumik.bhattacharjee@kpn.com" <soumik.bhattacharjee@kpn.com> wrote:
Hello,
I am trying to install ora2pg in HPUX server and also the DBD::Oracle
Please let me know your inputs as to how to go ahead.
# ls -ltr
total 256
-rw-r--r-- 1 root root 61548 Nov 12 12:30 ora2pg.conf.dist
-rw-r--r-- 1 root root 61548 Nov 12 12:30 ora2pg.conf
# pwd
/etc/ora2pg
# ora2pg -t SHOW_VERSION -c config/ora2pg.conf
sh: ora2pg: not found.
# perl -MCPAN -e shell
There seems to be running another CPAN process (pid 1667). Contacting...
Other job not responding. Shall I overwrite the lockfile? (Y/N) [y] y
cpan shell -- CPAN exploration and modules installation (v1.61)
ReadLine support available (try 'install Bundle::CPAN')
cpan> get DBD::Oracle
CPAN: Storable loaded ok
Going to read /home/root/.cpan/Metadata
Warning: Found only 0 objects in /home/root/.cpan/Metadata
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
Issuing "/usr/bin/ftp -n"
ftp: connect to address ::ffff:130.161.131.20: Network is unreachable
Trying ::ffff:131.211.31.189...
ftp: connect: Network is unreachable
Not connected.
Local directory now /home/root/.cpan/sources/authors
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz.
Please check, if the URLs I found in your configuration file () are valid.
The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'
Could not fetch authors/01mailrc.txt.gz
LWP not available
Fetching with Net::FTP:
Thanks,
I upgraded the Perl to 5.8.8 and started the install
But while doing the install of - DBD-Oracle-1.74, got the below error during the end of “make” command.
Please let me know your inputs/thoughts.
Running Mkbootstrap for DBD::Oracle ()
chmod 644 Oracle.bs
rm -f blib/arch/auto/DBD/Oracle/Oracle.so
LD_RUN_PATH="/ora_sw/ora/product/oracle/11.2.0/home_1/lib:/usr/lib/hpux32" /usr/bin/ld -b +vnocompatwarnings -L/usr/lib/hpux32 Oracle.o dbdimp.o oci8.o -o blib/arch/auto/DBD/Oracle/Oracle.so \
-L/ora_sw/ora/product/oracle/11.2.0/home_1/lib/ -lclntsh -lrt -ldl -lm -lpthread -lnsl -lunwind -ldiskown -ldl -lm -lpthread -lrt -lpthread \
ld: Mismatched ABI for -lclntsh, found /ora_sw/ora/product/oracle/11.2.0/home_1/lib//libclntsh.so
Fatal error.
make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1
From: Pepe TD Vo <pepevo@yahoo.com>
Sent: Tuesday, November 13, 2018 5:59 PM
To: Bhattacharjee, Soumik <soumik.bhattacharjee@kpn.com>; pgsql-admin@postgresql.org
Subject: Re: Ora2pg Not Getting Installed- Please Provide Inputs
for uninstall orag2pg, just run the uninstaller.sh or remove the whole folder. If it's in Window, run uninstaller.exe or choose uninstall program from control panel.
FYI, I'm researching myself and document and preparing for work. I haven't tried yet.
Bach-Nga
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.
*** Genuinely rich *** Faithful talent *** Sharing success
On Tuesday, November 13, 2018 11:50 AM, Pepe TD Vo <pepevo@yahoo.com> wrote:
I think you have missing files. I have researched myself and prepare to install orapg2 to use and convert Oracle off to Postgres. Try to follow this link, it might help to make and reconfigure ora2pg step by steps.
Bach-Nga
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.
*** Genuinely rich *** Faithful talent *** Sharing success
On Tuesday, November 13, 2018 11:40 AM, "soumik.bhattacharjee@kpn.com" <soumik.bhattacharjee@kpn.com> wrote:
Thanks Pepe and Stéphane
Now i tried to install this in a different HPUX server using root, and below it comes
Also what are the uninstallation steps if anyone knows.
Thanks All.
# perl Makefile.PL
Can't open scripts/ora2pg: No such file or directory.
WARNING: META_MERGE is not a known parameter.
WARNING: DESTDIR is not a known parameter.
WARNING: LICENSE is not a known parameter.
'DESTDIR' is not a known MakeMaker parameter name.
'LICENSE' is not a known MakeMaker parameter name.
'META_MERGE' is not a known MakeMaker parameter name.
Writing Makefile for Ora2Pg
Done...
------------------------------------------------------------------------------
Please read documentation at http://ora2pg.darold.net/ before asking for help
------------------------------------------------------------------------------
Now type: make && make install
# make && make install
make: *** No rule to make target `scripts/ora2pg', needed by `blib/script/ora2pg'. Stop.
From: Pepe TD Vo <pepevo@yahoo.com>
Sent: Tuesday, November 13, 2018 4:42 PM
To: Bhattacharjee, Soumik <soumik.bhattacharjee@kpn.com>; pgsql-admin@postgresql.org
Subject: Re: Ora2pg Not Getting Installed- Please Provide Inputs
correct me if I'm wrong,
your ora2pg.conf is under /etc/ora2pg and you pointed it on config/ora2pg.conf, that's why it's not found.
# pwd
/etc/ora2pg
# ora2pg -t SHOW_VERSION -c config/ora2pg.conf
sh: ora2pg: not found.
just run
ora2pg -version
Also, you have a network issue and the ora2pg is not promptly installed, should be more files than just a configuration file.
did you modify ora2pg.conf after copy from ora2pg.config.dist to match what your db information such as oracle_sid, oracle_user, etc...?
i would love to know more about ora2pg for use in a few months. Please share your knowledge and/or input.
v/r,
Bach-Nga
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.
*** Genuinely rich *** Faithful talent *** Sharing success
On Tuesday, November 13, 2018 5:11 AM, "soumik.bhattacharjee@kpn.com" <soumik.bhattacharjee@kpn.com> wrote:
Hello,
I am trying to install ora2pg in HPUX server and also the DBD::Oracle
Please let me know your inputs as to how to go ahead.
# ls -ltr
total 256
-rw-r--r-- 1 root root 61548 Nov 12 12:30 ora2pg.conf.dist
-rw-r--r-- 1 root root 61548 Nov 12 12:30 ora2pg.conf
# pwd
/etc/ora2pg
# ora2pg -t SHOW_VERSION -c config/ora2pg.conf
sh: ora2pg: not found.
# perl -MCPAN -e shell
There seems to be running another CPAN process (pid 1667). Contacting...
Other job not responding. Shall I overwrite the lockfile? (Y/N) [y] y
cpan shell -- CPAN exploration and modules installation (v1.61)
ReadLine support available (try 'install Bundle::CPAN')
cpan> get DBD::Oracle
CPAN: Storable loaded ok
Going to read /home/root/.cpan/Metadata
Warning: Found only 0 objects in /home/root/.cpan/Metadata
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
Issuing "/usr/bin/ftp -n"
ftp: connect to address ::ffff:130.161.131.20: Network is unreachable
Trying ::ffff:131.211.31.189...
ftp: connect: Network is unreachable
Not connected.
Local directory now /home/root/.cpan/sources/authors
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Not connected.
Bad luck... Still failed!
Can't access URL ftp://ftp.perl.org/pub/CPAN/authors/01mailrc.txt.gz.
Please check, if the URLs I found in your configuration file () are valid.
The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/'
Could not fetch authors/01mailrc.txt.gz
LWP not available
Fetching with Net::FTP: