You are on page 1of 2

Author: Joshua Ehiguese

Date: Oct 29th- 2014


Title: Steps to connect to RAC for clients.
Ref:
Document Change Control.
Revision

Date

Author

Description of
change

1.0

2014-10-29

Joshua Ehiguese

Document Creation.

Now connect to your RAC database using either A or B method below:


EZCONNECT format <username>/<password>@<scan-name>:<port on which scan is
running>/<service name>
e.g.
scott/tiger@ rac-scan:1522/racdb.domain.com
So here your Application will use below to connect
@<scan name>:<port on which scan is running>/<service name>

e.g.
@ rac-scan:1522/ racdb.domain.com
B. If your application is using jdbc to connect send below format to them
jdbc connection format
jdbc:oracle:thin@<scan-name>:port/service-name
e.g.
jdbc:oracle:thin@ rac-scan:1522/ racdb.domain.com
C. For network firewall rules
Hostname: <scan name>
Port: <port on which scan is running>
e.g.
Hostname: rac-scan
Port: 1522

You might also like