Oracle Developer: Difference between revisions

From UmsWiki
Jump to navigation Jump to search
Kia (talk | contribs)
Kia (talk | contribs)
Line 14: Line 14:
You just need to fill out Username and Password
You just need to fill out Username and Password
[[File:Oracle developer EASY.jpg|none|thumb|877x877px]]
[[File:Oracle developer EASY.jpg|none|thumb|877x877px]]
== STADS ==
You need to fill out Username, Password and change the connection string information.
[[File:Oracle_developer_SIS.jpg|link=http://wiki.inlogic.dk/index.php/File:Oracle_developer_SIS.jpg|none|thumb|877x877px]]
=== Connection string ===
jdbc:oracle:thin:@(DESCRIPTION = (SOURCE_ROUTE = YES)
(ADDRESS = (PROTOCOL = TCP)(HOST = 193.162.253.211)(PORT = 1645))
(ADDRESS = (PROTOCOL = TCP)(HOST = '''<Host>''')(PORT = 1521))
(CONNECT_DATA =(SERVER=dedicated)(SERVICE_NAME = '''<SID>''')))
<br />
<br />

Revision as of 12:18, 21 March 2019

SIS

You need to fill out Username, Password and change the connection string information.

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

You just need to fill out Username and Password

STADS

You need to fill out Username, Password and change the connection string information.

Connection string

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

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

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

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