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 |
---|---|---|
|
Yes |
Name of the load plan to start. |
|
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 Variables and Sequences in Developing Integration Projects with Oracle Data Integrator for more information. |
|
Yes |
Code of the execution context. If this parameter is omitted, the load plan starts in the execution context of the calling session, if any. |
|
No |
URL of the remote agent that starts the load plan. |
|
No |
Code of the logical agent responsible for starting this load plan. If this parameter and |
|
No |
Oracle Data Integrator user to be used to start the load plan. The privileges of this user are used. If this parameter is omitted, the load plan is started with the privileges of the user launching the parent session. |
|
No |
Password of the Oracle Data Integrator user. This password must be encoded. This parameter is required if |
|
No |
Comma-separated list of keywords attached to this load plan. These keywords make load plan execution identification easier. |
|
No |
List of project or global variables whose value is set as the default
for the execution of the load plan. Project variables should be named |
|
No |
Specifies whether the load plan should be executed synchronously or asynchronously. If set to Yes (synchronous mode), the load plan is started and runs to completion with a status of Done or Error before control is returned. If set to No (asynchronous mode), the load plan is started and control is returned before the load plan runs to completion. The default value is No. |
|
No |
The time in milliseconds to wait between polling the load plan run status for completion state. The |
Kommentare
Kommentar veröffentlichen