DBA Hub

đŸ“‹Steps in this guide1/1

Create static listener for oracle db

LISTENER_DBACLASS = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.20.211.236)(PORT = 1527)) ) SID_LIST_LISTENER_DBACLASS = (SID_LIST = (SID_DESC = (ORACLE_HOME = /oracle/app/oracle/product/12.1.0/dbhome_1) (SID_NAME = DBACLASS) ) )

oracle configurationintermediate
by OracleDba
22 views
1

Create static listener for oracle db

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
12
LISTENER_DBACLASS =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.20.211.236)(PORT = 1527))
)
SID_LIST_LISTENER_DBACLASS =
(SID_LIST =
(SID_DESC =
(ORACLE_HOME = /oracle/app/oracle/product/12.1.0/dbhome_1)
(SID_NAME = DBACLASS)
)
)
lsnrctl start LISTENER_DBACLASS

Comments (0)

Please to add comments

No comments yet. Be the first to comment!