EAIDB_PROCS_SCHEMAS
Summary
This attribute is used to configure the additional schemas from which the stored procedures are fetched to list in the EAIDB step.
Applies To
This attribute can be set for ALL processes.
Permissible Values
To add additional schema names for procedure lookup.
<schema>[,<schema>][,<schema@dblink>]...
Default Value
This attribute is not defined on a newly installed iProcess Engine node. In this case, the default value is:
|
Machine ID |
Process |
Instance |
Value |
|
0 |
ALL |
0 |
|
The attribute only appears in the output of the SHOW_ALL_ATTRIBUTES command if you have explicitly assigned a value to it using the SET_ATTRIBUTE command. The default setting is not displayed.
Notes
- The
EAIDB_PROCS_SCHEMASprocess attribute is only applicable to Oracle database version of the iProcess Engine. -
You need to add packages or stored procedures from additional schemas in
EAIDB_PROCS_SCHEMASas synonyms forSWUSERto prevent error during run-time.