ConnectorTypeSQLORACLE
class connector_types.connector_type_sqloracle.ConnectorTypeSQLORACLE(execution, workspace, inputs, cancel_event)
Base class: SqlLiveOutputMixin
Parameters
| Name | Type | Description |
|---|---|---|
| cancel_event | Event | |
| execution | dict | |
| inputs | dict | |
| workspace |
Input Schema
-
schema_version = '10.0'Type:
string -
authenticationType:
anyOfOptions: -
hostThe remote hostname or IP address.
Type:
string -
portType:
anyOfOptions: -
service_nameType:
string -
modeType:
anyOfOptions: -
autocommitIf set to
Falsetransactions are enabled. Certain operations (e.g. CREATE DATABASE) requireautocommit=True.Type:
boolean -
encodingThe encoding to use when binary data is returned by the server.
Type:
stringDefault:
utf-8 -
live_outputStream partial output_value updates while the connection is running.
Type:
booleanDefault:
True -
live_output_fetch_batch_sizeNumber of rows per output_value update during fetch.
Type:
integerDefault:
100 -
live_output_max_bytesStop streaming fetch results to output_value once the serialized result exceeds this size in bytes. Set to 0 for no limit. The final output_value still contains all rows.
Type:
integerDefault:
1048576