Yes, this module was installed.
Code: Select all
o DBD::mysql.......................Not installed! Use: 'yum install "perl(DBD::mysql)"' (optional - Required to connect to a MySQL database.)
o DBD::ODBC........................Not installed! (optional - Required to connect to a MS-SQL database.)
o DBD::Oracle......................ok (undef)
o DBD::Pg..........................Not installed! Use: 'yum install "perl(DBD::Pg)"' (optional - Required to connect to a PostgreSQL database.)
I olso reinstall dbd::Oracle and status is still undef.
Code: Select all
pm-uninstall DBD::Oracle
pm-install DBD::Oracle
I also tried connect to oracle DB using some perl script and is working, so problem with connection is in otrs, not in perl modules.