A lightweight, read‑only JDBC driver that translates SQL queries into SOAP requests for Oracle Fusion. Works seamlessly with DBeaver, IntelliJ, and other JDBC-compliant tools, giving you full SQL capabilities over your Fusion data.
🔔 New! Check out the OFJDBC Claude MCP Server or the Oracle Fusion Technical Consultant GPT.
- Download: Get the latest
orfujdbc-x.x.jarfrom Releases. - Prepare Fusion: Upload
otbireport/DM_ARB.xdm.catalogandRP_ARB.xdo.catalogto/Shared Folders/Custom/Financialsin your Fusion instance. - Connect: Add the JAR to your IDE and connect:
- URL:
jdbc:wsdl://<host>/xmlpserver/services/ExternalReportWSSService?WSDL:/Custom/Financials/RP_ARB.xdo - Class:
my.jdbc.wsdl_driver.WsdlDriver - Auth: Fusion Username & Password OR Browser SSO (add
?authType=BROWSERto URL)
- URL:
👉 Read the Full Setup Guide with Screenshots 🔐 SSO Browser Authentication Setup
- Native SQL Support: Query tables like
GL_JE_HEADERSdirectly using standard SQL. - SSO Authentication: Browser-based Single Sign-On with MFA support (add
?authType=BROWSERto URL). Setup Guide → - Smart Caching: Local DuckDB-based metadata cache enables fast auto-completion and syntax highlighting in your IDE.
- Pagination: Automatically handles large datasets by injecting
FETCH FIRSTclauses. - Secure: Credentials run locally on your machine; no third-party cloud relay.
- Read-Only: Supports
SELECTqueries only. Transaction commands (COMMIT,ROLLBACK) are ignored. - Performance: While pagination is automatic, huge exports may be slower than native DB access due to SOAP overhead.
- Security: Ensure this tool complies with your organization's security policies before use.
- Detailed Setup Guide
- SSO Browser Authentication - New! Configure Single Sign-On with MFA support
- Secured Views Mappings
- Environment Variables
Questions? Open a GitHub Issue or contact [email protected]@gmail.com.
If this project helped you, please consider leaving a ⭐!
