This page was last edited on March 23, 2021, at 20:08.
Comments or questions about this documentation? Contact us for support!
Outbound Contact Server supports UTF-8 encoding of mixed calling lists on Linux and Windows platforms, for the following databases:
In these examples, genesys_ocs is the database name.
NLS_LANG=.UTF8 ORACLE_CLIENT_HOME=/usr/lib/oracle/12.2/client64 ORACLE_HOME=$ORACLE_CLIENT_HOME LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_CLIENT_HOME/lib PATH=$PATH:$ORACLE_CLIENT_HOME/bin export NLS_LANG export ORACLE_CLIENT_HOME export ORACLE_HOME export LD_LIBRARY_PATH export PATH
NLS_LANG=.UTF8 ORACLE_CLIENT_HOME=/usr/lib/oracle/12.2/client64 ORACLE_HOME=$ORACLE_CLIENT_HOME LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_CLIENT_HOME/lib PATH=$PATH:$ORACLE_CLIENT_HOME/bin export NLS_LANG export ORACLE_CLIENT_HOME export ORACLE_HOME export LD_LIBRARY_PATH export PATH
[+] Example: multiserver.oracle.sh
. /etc/profile.d/oracle_env.sh ./multiserver "$@"
The multiserver.oracle.sh script must be used in all cases where the multiserver executable generally is used. This script accepts all the same command line parameters as the multiserver executable does.