Skip to content

symon-ai/tap-oracle

This branch is 28 commits ahead of, 7 commits behind singer-io/tap-oracle:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a7c2a40 · Feb 12, 2025
May 7, 2019
Jul 17, 2024
Nov 6, 2023
Apr 24, 2020
Feb 21, 2018
May 27, 2022
May 23, 2018
Feb 16, 2018
Feb 12, 2025
Feb 12, 2025
Sep 14, 2022
Feb 20, 2018
Jan 29, 2018
Jul 14, 2021
Nov 6, 2023

Repository files navigation

tap-oracle

Tap for Oracle

you must enable supplemental logging before turning on logminer begin rdsadmin.rdsadmin_util.alter_supplemental_logging( p_action => 'ADD'); end;

begin rdsadmin.rdsadmin_util.set_configuration( name => 'archivelog retention hours', value => '24'); end;

QL> exec rdsadmin.rdsadmin_util.show_configuration; NAME:tracefile retention VALUE:10080 DESCRIPTION:tracefile expiration specifies the duration in minutes before tracefiles in bdump are automatically deleted. NAME:archivelog retention hours VALUE:24 DESCRIPTION:ArchiveLog expiration specifies the duration in hours before archive/redo log files are automatically deleted. /


Copyright © 2018 Stitch

Install and Run

Ensure poetry is installed on your machine.

  • This command will return the installed version of poetry if it is installed.
poetry --version
curl -sSL https://install.python-poetry.org | python3 -
PATH=~/.local/bin:$PATH

Within the tap-oracle directory, install dependencies:

poetry install

Then run the tap:

poetry run tap-oracle <options>

Create a Config file

Run Discovery

> tap-oracle --config config.json --discover > properties.json

Sync Data

> tap-oracle --config config.json --properties properties.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%