How to fix the Oracle error ORA-12219: TNS:missing community name from address in ADDRESS_LIST?
In this post, you’ll learn more about the Oracle ErrorORA-12219: TNS:missing community name from address in ADDRESS_LIST with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-12219: TNS:missing community name from address in ADDRESS_LIST
Reason for the Error ORA-12219: TNS:missing community name from address in ADDRESS_LIST
This error occurs when an ADDRESS_LIST has some ADDRESSes in it that have no COMMUNITY component and others that do have a COMMUNITY component.
How to fix the Error ORA-12219: TNS:missing community name from address in ADDRESS_LIST ?
You can fix this error in Oracle by following the below steps
Check that in the connect descriptors you are using either all the ADDRESSes have a COMMUNITY component or all do not.
Leave Your Comment