main-concepts

No menu items for this category

OracleConnection

Oracle Database Connection Config

  • oracleType (string): Service type. Must be one of: ["Oracle"]. Default: "Oracle".
  • oracleScheme (string): SQLAlchemy driver scheme options. Must be one of: ["oracle+cx_oracle"]. Default: "oracle+cx_oracle".
  • OracleDatabaseSchema (object)
    • databaseSchema (string, required): databaseSchema of the data source. This is optional parameter, if you would like to restrict the metadata reading to a single databaseSchema. When left blank, OpenMetadata Ingestion attempts to scan all the databaseSchema.
  • OracleServiceName (object)
    • oracleServiceName (string, required): The Oracle Service name is the TNS alias that you give when you remotely connect to your database.
  • OracleTNSConnection (object)
    • oracleTNSConnection (string, required): Pass the full constructed TNS string, e.g., (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=myhost)(PORT=1530)))(CONNECT_DATA=(SID=MYSERVICENAME))).

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.