Bug 63926 (jQ) - JDBC Connection Configuration: Add ability to set connection properties
Summary: JDBC Connection Configuration: Add ability to set connection properties
Status: RESOLVED FIXED
Alias: jQ
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.2
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.2.1
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2019-11-14 18:01 UTC by Philippe Mouawad
Modified: 2020-11-19 14:47 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2019-11-14 18:01:26 UTC
Requirement: 
Some Oracle DB require to set internal_logon=sysdba to be able to connect.
It's not possible currently
Comment 1 Philippe Mouawad 2019-11-14 18:03:50 UTC
This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 7850afb  JDBC Connection Configuration: Add connectionProperties
7850afb is described below

commit 7850afbc573be212b1aed9b852f0cf3e63dd51de
Author: pmouawad <p.mouawad@ubik-ingenierie.com>
AuthorDate: Thu Nov 14 19:04:23 2019 +0100

    JDBC Connection Configuration: Add connectionProperties

    This resolves https://bz.apache.org/bugzilla/show_bug.cgi?id=63926
---
 bin/testfiles/JDBC_TESTS.jmx                           |  3 ++-
 .../jmeter/protocol/jdbc/config/DataSourceElement.java | 18 ++++++++++++++++++
 .../jdbc/config/DataSourceElementBeanInfo.java         |  5 ++++-
 .../jdbc/config/DataSourceElementResources.properties  |  2 ++
 .../config/DataSourceElementResources_fr.properties    |  2 ++
 xdocs/changes.xml                                      |  1 +
 xdocs/usermanual/component_reference.xml               |  1 +
 7 files changed, 30 insertions(+), 2 deletions(-)
Comment 2 Jacquelyn R Vinson 2020-11-19 13:44:21 UTC
*
Comment 3 Felix Schumacher 2020-11-19 14:47:23 UTC
Bugzilla is not a playground. Please don't mess with the entries.
Comment 4 The ASF infrastructure team 2022-09-24 20:38:18 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5198