Hi,
I am getting the following error when trying to connect to
the oracle database.
install_driver(Oracle)
failed: Can't locate DBD/Oracle.pm in @INC (@INC contains: ../../
C:/OTRS/otrs/bin/cgi-bin/../../Kernel/cpan-lib C:/OTRS/otrs/bin/cgi-bin/../..
C:/OTRS/Perl/perl/lib C:/OTRS/Perl/perl/site/lib .
C:/OTRS/otrs/bin/cgi-bin/../.. C:/OTRS/otrs/bin/cgi-bin/../../Kernel/cpan-lib)
at (eval 23) line 3.
Perhaps
the DBD::Oracle perl module hasn't been fully installed,
or
perhaps the capitalisation of 'Oracle' isn't right.
Available
drivers: DBM, ExampleP, File, Gofer, Proxy, SQLite, Sponge, mysql.
at
C:/OTRS/otrs/bin/cgi-bin/../../Kernel/System/DB.pm line 216
IF have made the following changes in the config.pm:
$Self->{'DatabaseHost'} = 'dev';
$Self->{'Database'} = 'dev';
$Self->{'DatabaseUser'} = 'otrs';
$Self->{'DatabasePw'} = 'pass';
$Self->{DatabaseDSN} =
"DBI:Oracle:sid=$Self->{Database};host=$Self->{DatabaseHost};port=1521;";
I have installed on windows using the windows installer
package. Where can I find the Oracle drivers?
Any suggestions please.
Thanks
Sajit