Static listener configuration
Oracle Grid and Database Version 21.3.0.0.0
OS - Oracle Linux Server release 8.5
2 node RAC
I'm trying to setup a static listener on node 1 of my 2 node RAC.
The end goal is to configure Data Guard from a primary and configure the standby on node 1 of my RAC servers.
I run this on Node 1/RAC
Then I add this to the listener.ora file on Node 1/RAC
srvctl start listener -l LISTENER1531
But when I look at the services of the listener using lsnrctl status listener1531, I don't see the services that were defined in the listener.ora file.
Any ideas?