Here my environment variables printed with:
perl -e 'use CGI ":all";print header;print "<pre>\n";map { print "$_ $ENV{$_}\n" } sort keys %ENV;print "</pre>\n";'

ALSA_CONFIG_PATH /etc/alsa-pulse.conf AUDIODRIVER pulseaudio COLORTERM 1 CONFIG_SITE /usr/share/site/i686-pc-linux-gnu CPU i686 CSHEDIT emacs FROM_HEADER GPG_TTY /dev/pts/3 G_BROKEN_FILENAMES 1 HISTSIZE 1000 HOME /root HOST linux-vj3v HOSTNAME linux-vj3v HOSTTYPE i386 INPUTRC /etc/inputrc JAVA_BINDIR /usr/lib/jvm/jre/bin JAVA_HOME /usr/lib/jvm/jre JAVA_ROOT /usr/lib/jvm/jre JRE_HOME /usr/lib/jvm/jre LANG POSIX LC_CTYPE de_DE.UTF-8 LD_LIBRARY_PATH /usr/lib/mpi/gcc/openmpi/lib:/usr/lib/oracle/12.1/clie +nt/lib LESS -M -I -R LESSCLOSE lessclose.sh %s %s LESSKEY /etc/lesskey.bin LESSOPEN lessopen.sh %s LESS_ADVANCED_PREPROCESSOR no LOGNAME root LS_COLORS no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd= +40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.cmd=00;32:*.exe=01;32:*.c +om=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31: +*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00; +31:*.lzma=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;3 +1:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.xz=00;31:*.avi=0 +1;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.m +ng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35: +*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01; +35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;32:*.au=00;32:*.mid=00 +;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32: LS_OPTIONS -A -N --color=tty -T 0 MACHTYPE i686-suse-linux MAIL /var/mail/root MANPATH /usr/lib/mpi/gcc/openmpi/share/man:/usr/share/man:/usr/local/m +an:/usr/local/share/man MINICOM -c on MORE -sl NNTPSERVER news ORACLE_BASE /usr/lib/oracle ORACLE_HOME /usr/lib/oracle/12.1/client OSTYPE linux PAGER less PATH /usr/lib/oracle/12.1/client:/usr/lib/mpi/gcc/openmpi/bin:/sbin:/u +sr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/b +in/X11:/usr/X11R6/bin:/usr/games PROFILEREAD true PWD /root PYTHONSTARTUP /etc/pythonstart QEMU_AUDIO_DRV pa QT_SYSTEM_DIR /usr/share/desktop-data SDL_AUDIODRIVER pulse SHELL /bin/bash SHLVL 1 SSH_CLIENT 192.3.1.173 56662 22 SSH_CONNECTION 192.3.1.173 56662 192.3.1.214 22 SSH_TTY /dev/pts/3 TERM xterm TNS_ADMIN /usr/lib/oracle/12.1/client USER root WINDOWMANAGER /usr/bin/startkde XCURSOR_THEME DMZ XDG_CONFIG_DIRS /etc/xdg XDG_DATA_DIRS /usr/share XDG_RUNTIME_DIR /run/user/0 XDG_SESSION_ID 13 XKEYSYMDB /usr/X11R6/lib/X11/XKeysymDB XNLSPATH /usr/share/X11/nls _ /usr/bin/perl

Edit: Btw. I'm using an Oracle Instantclient (v12.1) and I don't got a sqlnet.ora file anywhere ... Is there no need by using the instantclient? Im not sure about this.


In reply to Re^4: DBI::Oracle - fails on apache ( ORA-12154) - but works fine local by Yaerox
in thread DBI::Oracle - fails on apache ( ORA-12154) - but works fine local by Yaerox

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.