Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.48 KB

QUARKUS-1164.md

File metadata and controls

29 lines (21 loc) · 1.48 KB

QUARKUS-1164 - Tech Preview Support for Oracle JDBC Extension

JIRA link: https://issues.redhat.com/browse/QUARKUS-1164

Initial analysis: https://issues.redhat.com/browse/QUARKUS-1164?focusedCommentId=18935716&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-18935716

https://quarkus.io/guides/datasource

Oracle datasource using jdbc-oracle extension.

Scope of testing

  • Connect to a database and persist data using Hibernate ORM with Panache.

Existing tests

Automated test development

Impact on test suites and test environment

  • Both upstream integration tests and planned Oracle scenario in sql-db/sql-app use OracleDB 18 express edition (gvenzl/oracle-xe:18.4.0-slim). This container takes several minutes to boot and is 2.5 GB at download time. Affected test suites:
    • 1 new scenario in QE TS
    • 1 new quickstart