Showing posts with label connection. Show all posts
Showing posts with label connection. Show all posts

Tuesday, 24 February 2015

Connect Java Application to Oracle Server

Use the following connection string to connect Java Applications to Oracle Database Serve

User Name: un
Password: p/w

jdbc:oracle:thin:@IP_Address_or_DomainName:1521:ora11g

Oracle Mapbuilder Example: