Hi
I am running Oracle 8.1.6 on Redhat 6.2.
I need to start a separate listener process to exclusively handle external procedures. How do I create one, I assume I do this in the listener.ora file, but I don't know the syntax to create and use one.
Printable View
Hi
I am running Oracle 8.1.6 on Redhat 6.2.
I need to start a separate listener process to exclusively handle external procedures. How do I create one, I assume I do this in the listener.ora file, but I don't know the syntax to create and use one.
By default the listener name is LISTENER. You can copy all the line below the LISTENER word from the listener.ora file, and rename it to LISTENR2 and run lsnrctl with start option.