Server Parameter

Commandline-Options

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

planta.conf (ppms.conf)

ParameterSorted ascending Possible values Description
Q1CODEPAGE int codepage of system database
Q1PATH string path to system database
Q1PWD string password to system database
Q1TRACE _LEVEL int new393.gif enable oracle server-trace at certain level (default: 0)
  • 0: trace disabled
  • 1, 2: basic trace info (parsing, executes and fetches)
  • 4: include bind information
  • 8: include wait information
  • 12: include binds and waits
Q1TYPE int type of system database
Q1USER string username to system database
ALL_DI {0, 1}
  • 0: (default) load only dataitems marked in DT415
  • 1: load all dataitems from DT412 (recommended with preloading)
CLIENT_CHARSET string Oracle charset name identifier to oracle client (OCI). .Eg.: WE8ISO8859P15, US7ASCII...
DEFAULT_COUNTRY string default country for preloading (not used atm)
DEFAULT_CURRENCY string default currency for preloading (not used atm)
DEFAULT_LANGUAGE string (f.ex.: de) new393.gif default language for preloading
INIT_WAIT {0,1}
  • 0: (default) Normal start of client.
  • 1: For debugging purpose only.
LANGUAGE string it says language, territory and character set

LD_LIBRARY_PATH

string directory from which dynamic libraries wil be read
LOG_LEVEL Bitfield
  • 1: error
  • 2: warning
  • 4: info
  • 8: debug
NLS_LANG string it says language, territory and character set

ORACLE_HOME

string home directory of the Oracle
PLANTA_LOG_FLUSH {0,1}
  • 0: (default) log information are written in larger block (more efective but information will take some time to be displayed in the log)
  • 1: immediately writes log information into the log files
PLANTA_LOG_INDENT_XML {0,1}
  • 0: (default) XML information in log will be written without spaces to save the disk space
  • 1: XML information in log will be written with spaces to be better readable
PLANTA_LOG_MTS_LINK_STATISTICS {0,1}
  • 0: (default) silence
  • 1: MTS will print statistics wrt. how often previous record could be re-used for parent/child linkage, as opposed to a mismatch being detected, forcing to search the proper parent.
PLANTA_LOG_TIMESTAMP {0,1}
  • 0: (default) there will no time before every record in log file
  • 1: time information is added to every record in log file
PLANTA_LOG_VERBOSE_SQL {0,1}
  • 0: (default) SQL queries are not formatted
  • 1: SQL queries are formatted to be better readable and with values of parameters in comments
PLANTA_PWD_HASHING {0,1} Determines the way users are authenticated during login procedure
  • 0: passwords are sent in clear text
  • 1: (default) password hashes are used instead of clear text passwords, server uses challenge/response-based authentication mechanism
PPMS_COMPRESS  

command with switches for compress

default:

  • Windows: gzip -cdq 2>nul <
  • Unix: compress - >
PPMS_LICENSE string licence of PPMS, default is '000'
PPMS_PREP_INST int number of prepared instances for windows pre-spawing (default 5)
  • 0: pre-spawing disable
  • >0: number of prepared instances
PRELOAD_LANGUAGES string (f.ex.: en, fr, ru) new393.gif additional languages for preloading
Q1PREFETCH int new393.gif number of records OCI-client fetches at once (default: 256)
RESTART_BINARY string absolute path to binary that ppms executes when it does a restart (default is currently running binary)
VG_ARGS string Arguments for Valgrind Binary (Linux only, otherwise unused)
VG_BIN string Full path to Valgrind Binary (Linux only, otherwise unused)

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:

  • 2 für Oracle
  • 4 für Microsoft-SQL Server

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

         PLANTA project









 
  • Suche in Topic-Namen

  • Suche in Topic-Inhalten
This site is powered by the TWiki collaboration platform Powered by Perl