Skip to main content

datacontract import oracle

Import a data contract from an Oracle database.

datacontract import oracle [OPTIONS]
OptionDefaultDescription
--sourceThe host of the Oracle database.
--portThe Oracle port (default 1521).
--service-nameThe Oracle service name, e.g. XEPDB1.
--schemaThe owning schema, e.g. ADMIN (Oracle upper-cases it).
--tableName of a table to import (repeat for multiple tables, omit for all tables).
--outputFile path where the Data Contract will be saved. If not provided, it will be printed to stdout.
--ownerThe owner or team responsible for managing the data contract.
--idThe identifier for the data contract.
--debug / --no-debugEnable debug logging
datacontract import oracle --source localhost --service-name XEPDB1 --schema ADMIN --output datacontract.yaml

Guide: Import: Oracle.