Getting below when I try run with QA environment, it looks good dev environment, couldnt understand the reason why it is failing in QA.
ORA-12505: TNS:listener does not currently know of SID given in connect descriptor in .net core applicaiton.
I tried to google it out and replace SID with SERVICE_NAME in connections name as well, but still it it not working.
"USER ID=TestApp;PASSWORD=Password123;PERSIST SECURITY INFO=True; data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test.amc.com)(PORT=1591))(CONNECT_DATA=(SERVICE_NAME = qa)));