TNSNAMES HOWTO multiple databases on cluster implementing a generic service name in each?
Hi all.
I was curious if there was a way, without global_names being set to true, to connect to a generic service name that is configured in multiple databases in the same cluster? The only thing that I have been able to do right now is supply the SERVICE_NAME and the INSTANCE_NAME in the CONNECT_DATA portion of the alias. I put my examples below and like I said this works so far, but what I am trying to avoid is to have a different entry on each node in the cluster because of that INSTANCE_NAME requirement.