{"id":78,"date":"2020-10-11T18:37:56","date_gmt":"2020-10-11T18:37:56","guid":{"rendered":"https:\/\/maboc.nl\/?p=78"},"modified":"2020-10-11T18:41:17","modified_gmt":"2020-10-11T18:41:17","slug":"listener-ora-example","status":"publish","type":"post","link":"https:\/\/maboc.nl\/?p=78","title":{"rendered":"listener.ora example"},"content":{"rendered":"\n<p>Because I always forget&#8230;this is what a lister.ora look like (example from a dataguard listener)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>LISTENER =\n  (DESCRIPTION_LIST =\n    (DESCRIPTION =\n      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) \n      (ADDRESS = (PROTOCOL = TCP)(HOST = 0.0.0.0)(PORT = 1521))\n    )\n  )\n\nSID_LIST_LISTENER =\n  (SID_LIST =\n    (SID_DESC =\n      (GLOBAL_DBNAME = CDB01)\n      (ORACLE_HOME = \/u01\/app\/oracle\/product\/dbee\/19)\n      (SID_NAME = CDB01)\n    )\n    (SID_DESC =\n      (GLOBAL_DBNAME = CDB01_bloemkool_DGB)\n      (ORACLE_HOME = \/u01\/app\/oracle\/product\/dbee\/19)\n      (SID_NAME = CDB01)\n    )\n\n    (SID_DESC =\n      (GLOBAL_DBNAME = CDB01_bloemkool_DGMGRL)\n      (ORACLE_HOME = \/u01\/app\/oracle\/product\/dbee\/19)\n      (SID_NAME = CDB01)\n    )\n    (SID_DESC =\n      (GLOBAL_DBNAME = CDB01_bloemkool)\n      (ORACLE_HOME = \/u01\/app\/oracle\/product\/dbee\/19)\n      (SID_NAME = CDB01)\n    )\n  )<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Because I always forget&#8230;this is what a lister.ora look like (example from a dataguard listener)<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[13,11],"class_list":["post-78","post","type-post","status-publish","format-standard","hentry","category-oracle","tag-infrastructure","tag-listener"],"_links":{"self":[{"href":"https:\/\/maboc.nl\/index.php?rest_route=\/wp\/v2\/posts\/78","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maboc.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/maboc.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/maboc.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/maboc.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=78"}],"version-history":[{"count":2,"href":"https:\/\/maboc.nl\/index.php?rest_route=\/wp\/v2\/posts\/78\/revisions"}],"predecessor-version":[{"id":85,"href":"https:\/\/maboc.nl\/index.php?rest_route=\/wp\/v2\/posts\/78\/revisions\/85"}],"wp:attachment":[{"href":"https:\/\/maboc.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=78"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/maboc.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=78"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/maboc.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}