You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database versions 11g, 12c, and 18c are no longer supported by Oracle.
utPLSQL should not focus on keeping compatibility with legacy versions. This blocks using newer language/database features elsewhere in this roadmap.
Proposed direction
Remove references to legacy features from 11, 12, and 18. Remove conditional compilation sections. Adjust code to use newer language/database features.
Why first
Removal of compatibility will clean up the code-base, making it easier to move forward with new features and bigger initiatives.
It will also increase the overall safety and stability of the framework and make it easier for the code to remain compliant with enterprise standards and requirements.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Target release or timeframe
No response
Scope and goals
Problem
Database versions 11g, 12c, and 18c are no longer supported by Oracle.
utPLSQL should not focus on keeping compatibility with legacy versions. This blocks using newer language/database features elsewhere in this roadmap.
Proposed direction
Remove references to legacy features from 11, 12, and 18. Remove conditional compilation sections. Adjust code to use newer language/database features.
Why first
Removal of compatibility will clean up the code-base, making it easier to move forward with new features and bigger initiatives.
It will also increase the overall safety and stability of the framework and make it easier for the code to remain compliant with enterprise standards and requirements.
Issues tracking
Open questions for the community
No response
Beta Was this translation helpful? Give feedback.
All reactions