Oracle Developer: Difference between revisions

From UmsWiki
Jump to navigation Jump to search
Kia (talk | contribs)
Kia (talk | contribs)
Line 13: Line 13:
==EASY==
==EASY==
You just need to fill out Username and Password
You just need to fill out Username and Password
[[File:Oracle developer STADS.jpg|none|thumb|877x877px]]
[[File:Oracle developer EASY.jpg|none|thumb|877x877px]]


===Connection string===
== STADS ==
You need to fill out Username, Password and change the connection string information.
[[File:Oracle_developer_STADS.jpg|link=http://wiki.inlogic.dk/index.php/File:Oracle_developer_STADS.jpg|none|thumb|877x877px]]
 
=== Connection string ===
jdbc:oracle:thin:@(DESCRIPTION = (SOURCE_ROUTE = YES)
jdbc:oracle:thin:@(DESCRIPTION = (SOURCE_ROUTE = YES)



Revision as of 12:24, 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>)))