Advertisement
Guest User

Untitled

a guest
Oct 10th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. Listener refused the connection with the following error:
  2. ORA-12504, TNS:listener was not given the SID in CONNECT_DATA
  3.  
  4. Details: oracle.net.ns.NetException - Listener refused the connection with the following error:
  5. ORA-12504, TNS:listener was not given the SID in CONNECT_DATA
  6.  
  7. at org.jitterbit.integration.client.ui.interchange.locatable.actions.TestConnectionResultDisplayer.showResult(TestConnectionResultDisplayer.java:62)
  8. at org.jitterbit.integration.client.ui.interchange.locatable.actions.TestConnectionJob.runImpl(TestConnectionJob.java:55)
  9. at org.jitterbit.application.ui.job.UiJob$2.run(UiJob.java:509)
  10. at org.jitterbit.application.worker.DefaultApplicationWorker$RunnableWrapper.run(DefaultApplicationWorker.java:105)
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  13. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  14. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  15. at java.lang.Thread.run(Thread.java:745)
  16.  
  17. PSILSFD1 =
  18. (DESCRIPTION =
  19. (ADDRESS = (PROTOCOL = TCP)(HOST = 10.33.22.224)(PORT = 1521))
  20. (CONNECT_DATA =
  21. (SERVER = DEDICATED)
  22. (SERVICE_NAME = PSILSFD1)
  23. )
  24. )
  25.  
  26. # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
  27. # Generated by Oracle configuration tools.
  28.  
  29. LISTENER =
  30. (DESCRIPTION_LIST =
  31. (DESCRIPTION =
  32. (ADDRESS = (PROTOCOL = TCP)(HOST = psidevdba01)(PORT = 1521))
  33. (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
  34. )
  35. )
  36.  
  37. ADR_BASE_LISTENER = /u01/app/oracle
  38.  
  39. jdbc:oracle:thin:@//10.33.22.224:1521/PSILSFD1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement