Queries ​Queries

yaml
type: "io.kestra.plugin.jdbc.oracle.queries"
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
Default 10000
Default NONE
Possible Values
STOREFETCHFETCH_ONENONE
Default true
SubType object
Format uri