-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[For 10.4] Support Oracle connect string #36489
Conversation
7bc40c9
to
71ff27e
Compare
Codecov Report
@@ Coverage Diff @@
## master #36489 +/- ##
============================================
+ Coverage 64.68% 64.68% +<.01%
- Complexity 19023 19024 +1
============================================
Files 1268 1268
Lines 74362 74367 +5
Branches 1309 1309
============================================
+ Hits 48100 48104 +4
- Misses 25876 25877 +1
Partials 386 386
Continue to review full report at Codecov.
|
@DeepDiver1975 @settermjd needs documentation? |
Existing CI demonstrates at least that ordinary Oracle database install has not been broken ;) |
It is not the reaponsibility of our testing setup to test oracles failover capabilities. I so assume this works 🤗 This pr allows the necessary setups of the Database connection in owncloud. |
71ff27e
to
e9e1443
Compare
This fixes #2127 and relates to owncloud/core#36489.
This fixes #2127 and relates to owncloud/core#36489.
backport #35413
Description
Some failover/HA configurations in the Oracle world require support of connect strings.
Examples can be found here: https://docs.oracle.com/database/121/HABPT/config_fcf.htm#HABPT5391
This PR adds installation and operations using a new database config parameter: dbconnectionstring in config.php
Motivation and Context
Support Oracle HA/Failover scenarios
How Has This Been Tested?
Types of changes
Checklist: