Oracle Developer

From UmsWiki
Jump to navigation Jump to search

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.