Oracle Developer: Difference between revisions

From UmsWiki
Jump to navigation Jump to search
Kia (talk | contribs)
Kia (talk | contribs)
No edit summary
Line 1: Line 1:
==SIS==
==SIS==
[[File:Oracle developer.jpg|none|thumb|877x877px]]
<br />
 
===Connection string===
===Connection string===
You need to change the <Host> and <SID> in the string below. This information can be found in UMS data sources.
jdbc:oracle:thin:@(DESCRIPTION = (SOURCE_ROUTE = YES)
jdbc:oracle:thin:@(DESCRIPTION = (SOURCE_ROUTE = YES)


Line 17: Line 14:


===Connection string===
===Connection string===
You need to change the <Host> and <SID> in the string below. This information can be found in UMS data sources.

Revision as of 10:03, 15 March 2019

SIS


Connection string

jdbc:oracle:thin:@(DESCRIPTION = (SOURCE_ROUTE = YES)

(ADDRESS = (PROTOCOL = TCP)(HOST = 193.162.253.211)(PORT = 1610))

(ADDRESS = (PROTOCOL = TCP)(HOST = <Host>)(PORT = 1521))

(CONNECT_DATA = (SERVICE_NAME = <SID>)))

EASY


Connection string