Search found 5 matches

by claud10r
29 Mar 2018, 13:36
Forum: Help
Topic: Configure OTRS for Oracle12
Replies: 11
Views: 10754

Re: Configure OTRS for Oracle12

wurzel wrote:Hi,

Grats! It would be nice if you share your config files.

:)

Cheers
Florian
which ones?
by claud10r
28 Mar 2018, 13:39
Forum: Help
Topic: Configure OTRS for Oracle12
Replies: 11
Views: 10754

Re: Configure OTRS for Oracle12

UPDATE: I did it.
For some reason, adding TNS_ADMIN=*path to tnsnames.ora* to /etc/sysconfig/httpd made it work.
I had previously tried to add SetEnv TNS_ADMIN *path* to httpd.conf but it didn't work. However, now it works. Thanks everyone for your help.
by claud10r
19 Mar 2018, 14:24
Forum: Help
Topic: Configure OTRS for Oracle12
Replies: 11
Views: 10754

Re: Configure OTRS for Oracle12

Hi, Talk to to your Oracle DBA to set up the client system properly. I guess you don't populate the Oracle environment variables like ORACLE_HOME for all users. What's the location of DBD/Oracle.pm (use locate or find to determine)? - Roy /opt/otrs/perl5/lib/perl5/x86_64-linux-thread-multi/DBD I ma...
by claud10r
15 Mar 2018, 17:43
Forum: Help
Topic: Configure OTRS for Oracle12
Replies: 11
Views: 10754

Re: Configure OTRS for Oracle12

Hi, you need a oracle client (sqlplus connect must work) you need oracle perl driver you need to have correct DSN and then your otrs.Console.pl Maint::Database::Check should return OK and you can use it. Good luck. Florian I have all of this, I can connect to the DB with any client using the same d...
by claud10r
15 Mar 2018, 16:21
Forum: Help
Topic: Configure OTRS for Oracle12
Replies: 11
Views: 10754

Configure OTRS for Oracle12

Hello, I've been experiencing some problems in the configuration of OTRS for Oracle 12. What I did: - edited /otrs/scripts/apache2-perl-startup.pl: added use lib PATH_TO_PERL , uncommented use DBD::Oracle (); and use Kernel::System::DB::oracle; - edited /Kernel/Config.pm: added connection parameters...