Oracle Developer

From UmsWiki
Revision as of 12:23, 21 March 2019 by Kia (talk | contribs)
Jump to navigation Jump to search

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

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>)))