Search Shortcut cmd + k | ctrl + k
ofquack

The Ofquack extension provides seamless integration between DuckDB and Oracle Fusion via WSDL-based SOAP calls.

Maintainer(s): krokozyab

Installing and Loading

INSTALL ofquack FROM community;
LOAD ofquack;

About ofquack

The Ofquack extension provides seamless integration between DuckDB and Oracle Fusion via WSDL-based SOAP calls. It allows you to run arbitrary SQL queries against Oracle Fusion database directly from DuckDB, inferring column names at runtime and returning all data as VARCHAR columns—as native DuckDB tables and as resultsets that can be directly consumed by downstream applications.

Added Functions

function_name function_type description comment examples
oracle_fusion_wsdl_query table NULL NULL []