Change Data Capture Log Access via Query
Versions: Oracle Database 19
SQL server appears to provide a mechanism whereby change data capture logs can be read via SQL functions (example).
Does ORACLE provide anything similar?
Without that it seems that the only way for non-Oracle products to access the CDC logs is via tool like Golden Gate (from Oracle) or Debezium/Kafka.
Microsoft used to provide an Attunity/SSIS tool that allowed access, but that tool was deprecated and now you need to use Cloud Azure/Azure Functions instead.