Re: [otrs] External DB (Oracle) issue

2009-12-14 Thread Gazizov Andrey
Hi all. I solved this problem, maybe it will help other peoples who will be faced with same situation. In Config.pm I inserted the following line: $ENV{ORACLE_HOME} = '/usr/local/oracle8-client/'; $ENV{LD_LIBRARY_PATH} = "/usr/local/oracle8-client/lib"; $ENV{NLS_LANG} = "RUSSIAN_CIS.UTF8"; ^^^

[otrs] External DB (Oracle) issue

2009-11-02 Thread Gazizov Andrey
Hi all. I trying to integrate OTRS (2.4.1) with Oracle but it's not working for me :-) maybe someone faced with similar problem and could it solve. If it so it will be great if you can help me or simple share experience how you overcome this difficulty. Part of Config.pm follows the text. Noti