package
0.11.0
Repository: https://github.com/raystack/meteor.git
Documentation: pkg.go.dev

# README

Oracle

Usage

source:
  name: oracle
  config:
    connection_url: oracle://admin:1234@localhost:1521/xe

Inputs

KeyValueExampleDescription
connection_urlstringoracle://admin:1234@localhost:1521/xeConnection String to access Oracle Databaserequired

Outputs

FieldSample Value
resource.urnmy_database.my_table
resource.namemy_table
resource.serviceOracle
profile.total_rows2100
schema[]Column

Column

FieldSample Value
nameNAME
data_typeVARCHAR2
is_nullabletrue
length255

Contributing

Refer to the contribution guidelines for information on contributing to this module.

# Functions

New returns a pointer to an initialized Extractor Object.

# Structs

Config holds the set of configuration options for the extractor.
Extractor manages the extraction of data from the extractor.