[
https://issues.jboss.org/browse/TEIIDDES-2232?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-2232:
----------------------------------------
The Oracle Thin driver UI contribution to Eclipse Data Tools provides hooks to edit
contents of the URL, but constructs the actual URL via a pre-defined template:
*jdbc:oracle:thin:@server:1521:db*
So a URL like *jdbc:oracle:thin:scott/tiger@//myhost:1521/myservicename* is not possible
since *scott/tiger@//myhost* would be prefixed with an extra *@* character and the */*
after the port number *1521* would be by default the colon *:*
This URL, however, suffices for Data Tools and their jdbc connections work for this
format.
Cannot create JDBC/Oracle connection profile using ServiceName
syntax
---------------------------------------------------------------------
Key: TEIIDDES-2232
URL:
https://issues.jboss.org/browse/TEIIDDES-2232
Project: Teiid Designer
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Teiid Integration
Affects Versions: 8.4
Reporter: Tom Johnston
Cannot successfully create a jdbc url like:
"jdbc:oracle:thin:scott/tiger@//myhost:1521/myservicename"
which is found here:
http://docs.oracle.com/cd/B14117_01/java.101/b10979/urls.htm
Note the "../myservicename"
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)