Home > database >  Is there a way to install ora2pg tool on a Linux machine without having Perl installed first?
Is there a way to install ora2pg tool on a Linux machine without having Perl installed first?

Time:10-13

Usually the installation of "ora2pg" database migration tool on a Linux machine requires Perl, so I was wondering if there is an alternative way of installing the tool.

CodePudding user response:

ora2pg is written in Perl, so you cannot run it without installing Perl.

  • Related