Services not recognised by listener in multi home RAC
I am facing a strange situation with RAC services. I created a service ERP with dbca it was automatically added to Tnsnames.ora in DB home. My listener starts from ASM home and doesn't show the new service (ERP) when typed,
lsnrctl services
I tried to connect to this service from Client and it gives me ora-12514 error.
Do I need to add lines in Listener.ora of DB home to recognise this service and if so can I have any sample of it?
Actually I want to test TAF and my remote and local listeners are also configure properly, each and every connection is using only vip addresses.