0% found this document useful (0 votes)
130 views2 pages

Steps To Connect To RAC For Client

Here are steps to connect to a RAC 12c database. This info is needed by the client to setup user and application connections

Uploaded by

zuggo848592
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
130 views2 pages

Steps To Connect To RAC For Client

Here are steps to connect to a RAC 12c database. This info is needed by the client to setup user and application connections

Uploaded by

zuggo848592
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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