Oracle Developer: Difference between revisions

From UmsWiki
Jump to navigation Jump to search
Kia (talk | contribs)
No edit summary
Kia (talk | contribs)
Line 1: Line 1:
== SIS ==
==SIS==
[[File:Oracle developer.jpg|none|thumb|877x877px]]
[[File:Oracle developer.jpg|none|thumb|877x877px]]


=== 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 11: Line 13:
(CONNECT_DATA = (SERVICE_NAME = '''<SID>''')))
(CONNECT_DATA = (SERVICE_NAME = '''<SID>''')))


== EASY ==
==EASY==
<br />
<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.

Revision as of 10:02, 15 March 2019

SIS

File:Oracle developer.jpg

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)

(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

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