Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#32390 closed Cleanup/optimization (fixed)

Drop support for Oracle 12.2 and 18c.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: 4.0
Severity: Normal Keywords: oracle oracle12.2 oracle18c
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

  • The end of premier support for Oracle 12.2 (EE) is November 2020 (with a special "Limited Error Correction Period" until March 2022).
  • The end of premier support for Oracle 18c (EE) is June 2021.

Neither of them has extended support. Therefore, Django 4.0 (released in December 2021) may set Oracle 19c (LTS) as the minimum version that it supports (see SupportedDatabaseVersions). Django 3.2 will be supported until April 2024.

Change History (5)

comment:1 by Carlton Gibson, 3 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 3 years ago

We can also drop support for cx_Oracle < 7.0, because it adds support for Oracle Client 18+ libraries.

comment:3 by Mariusz Felisiak, 3 years ago

Has patch: set

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 84283ab:

Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

In f39634f:

Refs #32390 -- Bumped required cx_Oracle to 7.0.

Note: See TracTickets for help on using tickets.
Back to Top