Jump to content

Oracle Developer

From UmsWiki
Revision as of 14:17, 2 September 2025 by Kia@inlogic.dk (talk | contribs) (Connection string)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Program installation

First of all you need to install the package http://downloads.inlogic.dk/sqldeveloper.zip

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.151)(PORT = 1610))

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

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