Login  Register

Re: Listener service for SQL server

Posted by ErmanArslansOracleBlog on Oct 01, 2019; 10:04am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Listener-service-for-SQL-server-tp7722p7723.html

You can add them to a "listener I" (IFILE) file and then add the IFILE to your listener ora. Once done, you can reload your listener to make your additional configuration be activated.

IFILES entries are actually pointers to the files for additional entries.

For example, in listener.ora, an additional entry such as  ->

IFILE=/u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener_ifile.ora

However; if you want a dedicated listener , then it is a different story.
I have written several blog posts, which includes listener configurations, IFILES and modification on listener parameters.

An example : https://ermanarslan.blogspot.com/2016/09/exadata-ebs-on-exadata-migration-2-tips.html

Also I have a dedicated blog post for Oracle to SQL Server dblink ->

https://ermanarslan.blogspot.com/2016/01/rdbms-oracle-to-sqlserver-dblink.html

So, I suggest you to read my blog (by making searches with your keywords) and check the related information to go further.