-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Simplify Oracle CI testing #6220
Conversation
Thanks. Converted to draft as long as the CI is failing. |
Thanks. Any idea why? In atk4/data@6c59956 the |
I don't really have time to investigate this right now, sorry. 😓 |
5bd8692
to
87c244d
Compare
43bf7a0
to
abd5bfc
Compare
abd5bfc
to
31fdae4
Compare
@@ -55,15 +55,7 @@ public static function fromConnectionParameters(array $params): self | |||
$connectData = []; | |||
|
|||
if (isset($params['servicename']) || isset($params['dbname'])) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on:
- Provide
FREE
SID (together with currentXE
) gvenzl/oci-oracle-xe#238 (comment) - Ability to set ORACLE_SID gvenzl/oci-oracle-free#34
the service name should be the default, SID is internal DB identifier, but service name is more or less like "DB name", does support aliasing or clustering.
Based on gvenzl/oci-oracle-xe#238 (comment) it is not possible iwthout switching from SID to "service name". |
Summary
As discussed in #6217 (comment) thanks to gvenzl/oci-oracle-xe#238.