Posts

Es werden Posts vom Januar, 2021 angezeigt.

ODI: Parameter für OdiStartScen

Auszug aus Doku:   Usage OdiStartScen -SCEN_NAME=<scenario> -SCEN_VERSION=<version> [-CONTEXT=<context>] [-ODI_USER=<odi user> -ODI_PASS=<odi password>] [-SESSION_NAME=<session_name>] [-LOG_LEVEL=<log_level>] [-AGENT_CODE=<logical_agent_name>] [-SYNC_MODE=<1|2>] [-KEYWORDS=<keywords>] [-<VARIABLE>=<value>]* Parameters Parameters Mandatory Description -SCEN_NAME=<scenario> Yes Name of the scenario to start. -SCEN_VERSION=<version> Yes Version of the scenario to start. If the version specified is -1, the last version of the scenario is executed. -CONTEXT=<context> No Code of the execution context. If this parameter is omitted, the scenario is executed in the execution context of the calling session. -ODI_USER=<odi user> No Oracle Data Integrator user to be used to run the scenario. The privileges of this user are used. If this paramete

ODI: Parameter für OdiStartLoadPlan

aus der Doku: Usage OdiStartLoadPlan -LOAD_PLAN_NAME=<load_plan_name> [-LOG_LEVEL=<log_level>] [-CONTEXT=<context_code>] [-AGENT_URL=<agent_url>] [-AGENT_CODE=<logical_agent_code>] [-ODI_USER=<ODI User>] [-ODI_PASS=<ODI Password>] [-KEYWORDS=<Keywords>] [-<PROJECT_CODE>.<VARIABLE>=<var_value> ...] [-SYNC=<yes|no>] [-POLLINT=<msec>] Parameters Parameters Mandatory Description -LOAD_PLAN_NAME=<load_plan_name> Yes Name of the load plan to start. -LOG_LEVEL=<log_level> No Level of logging information to retain. All sessions with a defined log level lower than or equal to this value are kept in the session log when the session completes. However, if object execution ends abnormally, all tasks are kept, regardless of this setting. Note that log level 6 has the same behavior as log level 5, but with the addition of variable and sequence tracking. See Tracking Varia

Oracle RegExp - Syntax

   Eine kompakte Übersicht zur Syntax der Oracle RegExp: Zeichen Bedeutung . ... steht für ein beliebiges Zeichen. [ABC] Eckige Klammern beschreiben eine Auswahl. Dieses Beispiel steht also für das Zeichen A,B oder C. [A-Z] Der Bindestrich innerhalb eckiger Klammern bestimmt einen Bereich. Daher steht dieses Beispiel für alle Zeichen des lateinischen Alphabets. [^A] Das Dach (^) negiert die Auswahl. Daher werden hier alle Zeichen de