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
Appendix A - Oracle Home Settings
Appendix A - Oracle Home Settings
More like this
Extract Database Definition Files for Oracle
Extract Database Definition Files for Oracle
Read with this
Setting Environment Variables for Platform
Setting Environment Variables for Platform
Read with this
Additional Platform Container Properties in install.xml
Additional Platform Container Properties in install.xml
Read with this