
Queries
Queries
yaml
type: "io.kestra.plugin.jdbc.oracle.Queries"Examples
yaml
id: oracle_query
namespace: company.team
tasks:
- id: select
type: io.kestra.plugin.jdbc.oracle.Queries
url: jdbc:oracle:thin:@localhost:49161:XE
username: oracle_user
password: oracle_password
sql: select * from employee; select * from laptop;
fetchType: FETCH
Properties
sql*Requiredstring
url*Requiredstring
afterSQLstring
fetchSizeintegerstring
Default
10000fetchTypestring
Default
NONEPossible Values
STOREFETCHFETCH_ONENONEparametersobject
passwordstring
timeZoneIdstring
transactionbooleanstring
Default
trueusernamestring
Outputs
outputsarray
Definitions
io.kestra.plugin.jdbc.AbstractJdbcBaseQuery-Output
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Format
uriMetrics
fetch.sizecounter
Unit
rows