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

SPLITPATH? / RE: [otrs] External DB

2003-07-21 Thread Michael Rojas
IL PROTECTED] Behalf Of Martin Edenhofer Sent: Monday, July 21, 2003 5:24 AM To: [EMAIL PROTECTED] Subject: Re: [otrs] External DB Hi Michael, On Wed, Jul 16, 2003 at 01:24:26PM -0500, Michael Rojas wrote: > I've got OTRS running on an old Pentium 233 with 64MB of RAM, and it's > awes

Re: [otrs] External DB

2003-07-21 Thread Martin Edenhofer
Hi Michael, On Wed, Jul 16, 2003 at 01:24:26PM -0500, Michael Rojas wrote: > I've got OTRS running on an old Pentium 233 with 64MB of RAM, and it's > awesome! > > However, I'm also trying to set it up on a faster PII/400, but I'm trying to > use an external database on this other system. I've m

[otrs] External DB

2003-07-16 Thread Michael Rojas
Greetings, all... I've got OTRS running on an old Pentium 233 with 64MB of RAM, and it's awesome! However, I'm also trying to set it up on a faster PII/400, but I'm trying to use an external database on this other system. I've modified the /Kernel/Config.pm to connect to the remote MYSQL server,