{"id":34930377,"url":"https://github.com/krokozyab/ofjdbc","last_synced_at":"2026-04-02T16:01:07.167Z","repository":{"id":278021531,"uuid":"933426166","full_name":"krokozyab/ofjdbc","owner":"krokozyab","description":"JDBC Driver for Oracle Fusion database","archived":false,"fork":false,"pushed_at":"2026-03-19T06:46:29.000Z","size":156454,"stargazers_count":31,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-19T23:46:31.829Z","etag":null,"topics":["analytics","bi-publisher","database","dbeaver","erp","fusion","java","jdbc","jdbc-driver","oracle","oracle-fusion-saas","otbi","reporting","saas","soap-webservices","sql","sqldeveloper","xml"],"latest_commit_sha":null,"homepage":"https://oraclefusionsql.com","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krokozyab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-15T23:17:32.000Z","updated_at":"2026-03-19T07:53:54.000Z","dependencies_parsed_at":"2025-02-17T15:47:07.539Z","dependency_job_id":"4ae3c033-1bdb-44eb-9fe9-a321c047e2e7","html_url":"https://github.com/krokozyab/ofjdbc","commit_stats":null,"previous_names":["krokozyab/ofjdbc"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/krokozyab/ofjdbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krokozyab%2Fofjdbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krokozyab%2Fofjdbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krokozyab%2Fofjdbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krokozyab%2Fofjdbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krokozyab","download_url":"https://codeload.github.com/krokozyab/ofjdbc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krokozyab%2Fofjdbc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31309578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics","bi-publisher","database","dbeaver","erp","fusion","java","jdbc","jdbc-driver","oracle","oracle-fusion-saas","otbi","reporting","saas","soap-webservices","sql","sqldeveloper","xml"],"created_at":"2025-12-26T15:34:33.395Z","updated_at":"2026-04-02T16:01:07.145Z","avatar_url":"https://github.com/krokozyab.png","language":"Kotlin","readme":"# JDBC Driver and SQL Query Tool for Oracle Fusion\n\n[![License](https://img.shields.io/badge/License-Mit-blue.svg?style=for-the-badge\u0026logo=mit)](LICENSE.md)\n\u003c!--[![GitHub Downloads](https://img.shields.io/github/downloads/krokozyab/ofjdbc/total?style=for-the-badge\u0026logo=github)](https://github.com/krokozyab/ofjdbc/releases)--\u003e\n\u003c!--[![Ko-Fi](https://img.shields.io/static/v1?style=for-the-badge\u0026message=Support%20the%20Project\u0026color=success\u0026logo=ko-fi\u0026label=$$)](https://ko-fi.com/sergeyrudenko)--\u003e\n\nA 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.\n\n\u003e 🔔 **New!** Check out the - [Agentic SQL \u0026 RAG engine for Oracle Fusion. Features local schema caching, semantic search, and real-time SQL execution for AI agents](https://github.com/krokozyab/ofrag).\n\n---\n\n## 🚀 Quick Start\n\n1.  **Download:** Get the latest `orfujdbc-x.x.jar` from [Releases](https://github.com/krokozyab/ofjdbc/releases).\n2.  **Prepare Fusion:** Upload `otbireport/DM_ARB.xdm.catalog` and `RP_ARB.xdo.catalog` to `/Shared Folders/Custom/Financials` in your Fusion instance.\n3.  **Connect:** Add the JAR to your IDE and connect:\n    *   **URL:** `jdbc:wsdl://\u003chost\u003e/xmlpserver/services/ExternalReportWSSService?WSDL:/Custom/Financials/RP_ARB.xdo`\n    *   **Class:** `my.jdbc.wsdl_driver.WsdlDriver`\n    *   **Auth:** Fusion Username \u0026 Password **OR** Browser SSO (add `?authType=BROWSER` to URL)\n\n[👉 **Read the Full Setup Guide with Screenshots**](docs/setup_guide.md)\n[🔐 **SSO Browser Authentication Setup**](docs/sso_authentication.md)\n\n## ✨ Key Features\n\n*   **Native SQL Support:** Query tables like `GL_JE_HEADERS` directly using standard SQL.\n*   **SSO Authentication:** Browser-based Single Sign-On with MFA support (add `?authType=BROWSER` to URL). [Setup Guide →](docs/sso_authentication.md)\n*   **Smart Caching:** Local DuckDB-based metadata cache enables fast auto-completion and syntax highlighting in your IDE.\n*   **Pagination:** Automatically handles large datasets by injecting `FETCH FIRST` clauses.\n*   **Secure:** Credentials run locally on your machine; no third-party cloud relay.\n\n\u003cimg src=\"pics/formatted_sql.png\" alt=\"SQL highlighting\" width=\"600\"/\u003e\n\n## ⚠️ Limitations\n\n*   **Read-Only:** Supports `SELECT` queries only. Transaction commands (`COMMIT`, `ROLLBACK`) are ignored.\n*   **Performance:** While pagination is automatic, huge exports may be slower than native DB access due to SOAP overhead.\n*   **Security:** Ensure this tool complies with your organization's security policies before use.\n\n## 📄 Documentation\n\n*   [Detailed Setup Guide](docs/setup_guide.md)\n*   [SSO Browser Authentication](docs/sso_authentication.md) - **New!** Configure Single Sign-On with MFA support\n*   [Secured Views Mappings](docs/hr_secured_views.md)\n*   [Environment Variables](docs/environment-variables.md)\n\n## 📫 Contact\n\nQuestions? Open a [GitHub Issue](https://github.com/krokozyab/ofjdbc/issues) or contact `email@sergey.rudenko.ba@gmail.com`.\nIf this project helped you, please consider leaving a ⭐!\n","funding_links":["https://ko-fi.com/sergeyrudenko)--"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrokozyab%2Fofjdbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrokozyab%2Fofjdbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrokozyab%2Fofjdbc/lists"}