We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf6861 commit 314800cCopy full SHA for 314800c
Framework/Built_In_Automation/Database/BuiltInFunctions.py
@@ -170,7 +170,7 @@ def db_get_connection():
170
if ":" in db_host:
171
db_host, db_port = db_host.rsplit(":", 1)
172
db_port = int(db_port)
173
- if "oracle" in db_type:
+ if "oracle" in db_type.lower():
174
db_sid = g(DB_SID)
175
db_service_name = g(DB_SERVICE_NAME)
176
0 commit comments