<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Extproc on Oracle Scripts</title><link>https://www.oraclescripts.com/tags/extproc/</link><description>Recent content in Extproc on Oracle Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>OracleScripts.com</copyright><lastBuildDate>Thu, 30 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.oraclescripts.com/tags/extproc/index.xml" rel="self" type="application/rss+xml"/><item><title>Sample listener.ora with Static SID_LIST and Extproc</title><link>https://www.oraclescripts.com/post/oracle-listener-ora-static-sid-list-example/</link><pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate><guid>https://www.oraclescripts.com/post/oracle-listener-ora-static-sid-list-example/</guid><description>
&lt;h2 id="sample-listenerora-with-static-sid_list-and-extproc"&gt;Sample listener.ora with Static SID_LIST and Extproc&lt;/h2&gt;
&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;listener.ora&lt;/code&gt; file is the server-side configuration for the Oracle Net listener — the process that accepts incoming client connections and hands them off to a database server process. The sample below — taken straight from the shutdownabort.com DBA Quick Guides (Andrew Barry, 2007–2013, preserved via the Wayback Machine as the anchor source for this post) — shows two fundamental patterns: a &lt;strong&gt;LISTENER block&lt;/strong&gt; that names the network endpoints the listener listens on, and a &lt;strong&gt;SID_LIST_LISTENER block&lt;/strong&gt; that statically registers two services: a regular database and the &lt;code&gt;PLSExtProc&lt;/code&gt; agent for PL/SQL external procedures.&lt;/p&gt;</description></item></channel></rss>