Need to create a new db listen on different port as with SCAN listener
OS: Redhat linux 5
DB: 11.2.0.3
RAC: Two nodes Primary, Two nodes dataguard
Right now due to constraints of the cost, we have to build a very small vendor app db onto the existing rac cluster.
The requirements are to build a new db, create a listener on different port as 1521.
NOw my question is: our SCAN listener listens on 1521. If I add another entry in listener.ora with a new listener to listen on 1522 for example, how do I deal with SCAN listener?
Do I give out scan as host name or the new listener info?