[
https://issues.apache.org/jira/browse/IGNITE-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kuznetsov updated IGNITE-2162:
-------------------------------------
Assignee: Alexey Kuznetsov
Description:
Currently for example for DB2 we generate the following secret.properties body:
{code}
ds.jdbc.url=YOUR_JDBC_URL
{code}
This will be a bit better if template for JDBC URL will be inserted:
{code}
ds.jdbc.url=jdbc:oracle:thin:@[host]:[port]:[database]
{code}
was:
Currently for example for DB2 we generate the following secret.properties body:
{code}
ds.jdbc.server_name=YOUR_JDBC_SERVER_NAME
ds.jdbc.port_number=YOUR_JDBC_PORT_NUMBER
ds.jdbc.database_name=YOUR_JDBC_DATABASE_TYPE
ds.jdbc.driver_type=YOUR_JDBC_DRIVER_TYPE
ds.jdbc.username=YOUR_USER_NAME
ds.jdbc.password=YOUR_PASSWORD
{code}
This will be a bit better and clear (especially in case of several data sources
with different dialects) :
{code}
ds.jdbc.db2.server_name=YOUR_JDBC_SERVER_NAME
ds.jdbc.db2.port_number=YOUR_JDBC_PORT_NUMBER
ds.jdbc.db2.database_name=YOUR_JDBC_DATABASE_TYPE
ds.jdbc.db2.driver_type=YOUR_JDBC_DRIVER_TYPE
ds.jdbc.db2.username=YOUR_USER_NAME
ds.jdbc.db2.password=YOUR_PASSWORD
{code}
Summary: Add vendor jdbc prefix to JDBC url in 'secret.properties' file
(was: Add dialect name to data source property name in 'secret.properties'
file)
> Add vendor jdbc prefix to JDBC url in 'secret.properties' file
> --------------------------------------------------------------
>
> Key: IGNITE-2162
> URL: https://issues.apache.org/jira/browse/IGNITE-2162
> Project: Ignite
> Issue Type: Sub-task
> Components: wizards
> Reporter: Pavel Konstantinov
> Assignee: Alexey Kuznetsov
> Fix For: 1.5
>
>
> Currently for example for DB2 we generate the following secret.properties
> body:
> {code}
> ds.jdbc.url=YOUR_JDBC_URL
> {code}
> This will be a bit better if template for JDBC URL will be inserted:
> {code}
> ds.jdbc.url=jdbc:oracle:thin:@[host]:[port]:[database]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)