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

Database Connection Details and Credentials

This document provides database connection details for different environments including dev, UAT and prod. For the dev environment, it lists the database host as 10.222.184.177 and service name as SKVAPPDB. For the UAT environment, the database host is 10.222.184.196 and service name is SKVRPSH. The prod environment uses a RAC configuration across hosts 10.14.59.133 and 10.14.59.134 with service name SKVANPDB. It also provides the username and password for connecting to each environment.

Uploaded by

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

Database Connection Details and Credentials

This document provides database connection details for different environments including dev, UAT and prod. For the dev environment, it lists the database host as 10.222.184.177 and service name as SKVAPPDB. For the UAT environment, the database host is 10.222.184.196 and service name is SKVRPSH. The prod environment uses a RAC configuration across hosts 10.14.59.133 and 10.14.59.134 with service name SKVANPDB. It also provides the username and password for connecting to each environment.

Uploaded by

Anurag Rajak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

DB details:

DB Host: 10.222.184.177
service name: SKVAPPDB

Tns details :

SKVAPPDB =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.222.184.177)(PORT = 1535))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = SKVAPPDB)
)
)

User details:
User:

passwd: SKV_APP_DEV

sqlplus SKV_APP_DEV/SKV_APP_DEV@SKVAPPDB

===================================UAT ==================

Please find below the UAT DB details : the DB connection has been established on
Dev and UAT servers.

DB Host: 10.222.184.196
service name: SKVRPSH

SKVRPSH =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.222.184.196)(PORT = 1535))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = SKVRPSH)
)
)

Schema details:
User: SKV_APP_UAT
passwd: Jan#2021

===========================================prod===========================
DB details : prod environment
North Oracle DB RAC:
Please find the TNS details of SKVANPDB database on server 10.14.59.133/134.
DB IPs:
10.14.59.133/134

TNS details:-
SKVANPDB =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = SCAN.SKYN.india.airtel.itm)(PORT = 1535))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = SKVANPDB)
)
)
DB User credential:
Username : SKV_PROD

Password : SKv#456

SID : SKVANPDB
sqlplus SKV_PROD/SKv#456@SKVANPDB

You might also like