Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. sqlplus64 "user/pw@pashratgdb01.lex.bb.com:1876/atgpen1.lex.bb.com"
  2.  
  3. jdbc:oracle:thin:@pashratgdb01.lex.bb.com:1876:atgpen1.lex.bb.com"
  4.  
  5. java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.sql.SQLException: Listener refused the connection with the following error:
  6. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  7.  
  8.  
  9. at java.util.concurrent.FutureTask.report(FutureTask.java:122)
  10. at java.util.concurrent.FutureTask.get(FutureTask.java:202)
  11. at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.awaitConnection(OpenConnectionCommand.java:132)
  12. at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.access$100(OpenConnectionCommand.java:45)
  13. at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand$2.run(OpenConnectionCommand.java:115)
  14. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  15. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  16. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  17. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  18. at java.lang.Thread.run(Thread.java:745)
  19. Caused by: java.lang.RuntimeException: java.sql.SQLException: Listener refused the connection with the following error:
  20.  
  21. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  22.  
  23.  
  24. at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.executeConnect(OpenConnectionCommand.java:171)
  25. at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.access$000(OpenConnectionCommand.java:45)
  26. at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand$1.run(OpenConnectionCommand.java:104)
  27. ... 5 more
  28. Caused by: java.sql.SQLException: Listener refused the connection with the following error:
  29.  
  30. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  31.  
  32.  
  33. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:743)
  34. at oracle.jdbc.driver.PhysicalConnection.connect(PhysicalConnection.java:666)
  35. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  36. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:566)
  37. at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:133)
  38. at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.executeConnect(OpenConnectionCommand.java:167)
  39. ... 7 more
  40. Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:
  41. ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
  42.  
  43.  
  44. at oracle.net.ns.NSProtocolStream.negotiateConnection(NSProtocolStream.java:275)
  45. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:264)
  46. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1452)
  47. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:496)
  48. ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement