Appendix A - Oracle Home Settings
Below are examples of configurations in listener.ora
and tnsnames.ora
Example - Oracle Listener Configuration FIle
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)
(HOST = example_hostname)
(PORT = 1521)
)
)
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = mz)
(ORACLE_HOME = /opt/oracle/product/12.2.1.0)
(SID_NAME = MZ)
)
)
Example - tnsnames.ora configuration
MZ =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)
(HOST = example_hostname)
(PORT = 1521)
)
)
(CONNECT_DATA =
(SERVICE_NAME = mz)
)
)
Looking for labels? They can now be found in the details panel on the floating action bar.
Related content
Appendix A - Oracle Home Settings
Appendix A - Oracle Home Settings
More like this
Appendix A - Oracle Home Settings
Appendix A - Oracle Home Settings
More like this
Properties for Oracle
Properties for Oracle
Read with this
Oracle Database Creation
Oracle Database Creation
Read with this
Post Configuration for Oracle RAC Connection
Post Configuration for Oracle RAC Connection
Read with this
Oracle Connection
Oracle Connection
Read with this