Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
after entering all the info (Host/Port/DB SID/ Usr/ PWd) , i am entering query in query field. Then when i click on "Show Columns" button, i see :
Parameters of connection are invalid.
Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
0
Comments
-
This message looks like it is coming from the Oracle JDBC driver. Since it is an Oracle error message, and not a Parasoft one, you could try searching for information elsewhere. For example, I'm finding a lot of search results for this one on stackoverflow:
https://stackoverflow.com/search?q=TNS:listener+does+not+currently+know+of+SID+given+in+connect+descriptor0