Skip to content

Instantly share code, notes, and snippets.

@sergiosouzalima
Created May 19, 2020 18:09
Show Gist options
  • Save sergiosouzalima/5b23b42363935b7d256cf17a45b43acd to your computer and use it in GitHub Desktop.
Save sergiosouzalima/5b23b42363935b7d256cf17a45b43acd to your computer and use it in GitHub Desktop.
/u01/app/oracle/product/19.0.0/dbhome_1/network/admin/listener.ora
$ cat /u01/app/oracle/product/19.0.0/dbhome_1/network/admin/listener.ora
# listener.ora Network Configuration File: /u01/app/oracle/product/19.0.0/dbhome_1/network/admin/listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(ADDRESS = (PROTOCOL = tcps)(HOST = ol7-dba.localdomain)(PORT = 5500))
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment