Option | Argument | Description |
---|---|---|
-preload | Port-Number | Starts the server with Preloading on given portnumber (Linux only, Windows-Preloading comes with ppmsd) |
-config | Config-File | Overrides path to config-file (default: planta.conf) |
-debuglisten | Port-Number | Stops the program execution as early as possible to allow to attach a debugger |
Parameter | Possible values | Description |
---|---|---|
RESTART_BINARY | string | absolute path to binary that ppms executes when it does a restart (default is currently running binary) |
ALL_DI | {0, 1} |
|
CLIENT_CHARSET | string | Oracle charset name identifier to oracle client (OCI). .Eg.: WE8ISO8859P15, US7ASCII... |
LANGUAGE | string | it says language, territory and character set |
LD_LIBRARY_PATH |
string | directory from which dynamic libraries wil be read |
LOG_LEVEL | Bitfield |
|
NLS_LANG | string | it says language, territory and character set |
ORACLE_HOME |
string | home directory of the Oracle |
PLANTA_LOG_FLUSH | {0,1} |
|
PLANTA_LOG_INDENT_XML | {0,1} |
|
PLANTA_LOG_MTS_LINK_STATISTICS | {0,1} |
|
PLANTA_LOG_TIMESTAMP | {0,1} |
|
PLANTA_LOG_VERBOSE_SQL | {0,1} |
|
PLANTA_PWD_HASHING | {0,1} | Determines the way users are authenticated during login procedure
|
PPMS_COMPRESS | command with switches for compress default:
|
|
INIT_WAIT | {0,1} |
|
PPMS_LICENSE | string | licence of PPMS, default is '000' |
Q1CODEPAGE | int | codepage of system database |
Q1PATH | string | path to system database |
Q1PWD | string | password to system database |
Q1TYPE | int | type of system database |
Q1USER | string | username to system database |
Q1PREFETCH | int | number of records OCI-client fetches at once (default: 256) |
Q1TRACE _LEVEL | int | enable oracle server-trace at certain level (default: 0)
|
DEFAULT_LANGUAGE | string (f.ex.: de) | default language for preloading |
DEFAULT_CURRENCY | string | default currency for preloading (not used atm) |
DEFAULT_COUNTRY | string | default country for preloading (not used atm) |
PRELOAD_LANGUAGES | string (f.ex.: en, fr, ru) | additional languages for preloading |
VG_BIN | string | Full path to Valgrind Binary (Linux only, otherwise unused) |
VG_ARGS | string | Arguments for Valgrind Binary (Linux only, otherwise unused) |
PPMS_PREP_INST | int | number of prepared instances for windows pre-spawing (default 5)
|
Verwendung | Parameters | Bedeutung |
---|---|---|
PPMS-Server-Datenbankzugriff |
Q1PATH |
Connect String zur PPMS-Systemdatenbank durch Angabe von Oracle-SID oder Globaler Datenbankname. |
PPMS-Server-Datenbankzugriff |
Q1TYPE |
Auswahl der PPMS-Datenbankschnittstelle:
|
PPMS-Server-Datenbankzugriff |
Q1USER |
Datenbankbenutzer, Bsp. Oracle-User für PPMS Q1-Q3 Objekte. |
PPMS-Server-Datenbankzugriff |
Q1PWD |
Datenbankbenutzer-Passwort, Bsp. Oracle-User-Passwort |
PPMS-Server-Datenbankzugriff |
Q1CODEPAGE |
Auswahl des PPMS-Zeichensatzes: 1 für WIN1252 2 für WE8ISO8859P15 |
Datenbanksystem Oracle |
ORACLE_HOME |
Homeverzeichnis der Oracle-Datenbank bzw. verwendeten Oracle- Client. $ORACLE_HOME |
Datenbanksystem Oracle |
LANGUAGE |
Sprachoption/Zeichensatz language_territory.charset |
Datenbanksystem Oracle |
NLS_LANG: |
Sprachoption/Zeichensatz language_territory.charset |
Datenbanksystem Oracle |
NLS_DATE_FORMAT |
Datumsformatierung |
Datenbanksystem Oracle |
TNS_ADMIN |
Das Verzeichnis, in dem sich die Datei TNSNAMES.ORA befindet. Wenn in TWO_TASK eine Datenbank angegeben wird, sucht Oracle den entsprechenden Eintrag in der Datei TNSNAMES.ORA. Dort ist eingetragen, auf welchem Rechner sich die Datenbank befindet. |
Datenbanksystem Oracle |
LD_LIBRARY_PATH |
Systemabhängiger Library Pfad zu Shared Libraries. LD_LIBRARY_PATH bei SUN SOLARIS und LINUX SHLIB_PATH bei HP UX LIBPATH bei IBM AIX $ORACLE_HOME/lib oder bei 64 Bit Systemen /lib32 |