Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. sqlplus hr
  2.  
  3. SQL*Plus: Release 12.1.0.2.0 Production on Thu Jul 7 17:21:07 2016
  4.  
  5. Copyright (c) 1982, 2014, Oracle. All rights reserved.
  6.  
  7. Enter password: oracle
  8. Last Successful login time: Thu Jul 07 2016 16:33:31 -04:00
  9.  
  10. Connected to:
  11. Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
  12. With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
  13.  
  14. SQL>
  15.  
  16. lsnrctl status
  17.  
  18. LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 07-JUL-2016 17:22:12
  19.  
  20. Copyright (c) 1991, 2014, Oracle. All rights reserved.
  21.  
  22. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
  23. STATUS of the LISTENER
  24. ------------------------
  25. Alias LISTENER
  26. Version TNSLSNR for Linux: Version 12.1.0.2.0 - Production
  27. Start Date 05-JUL-2016 16:48:08
  28. Uptime 2 days 0 hr. 34 min. 4 sec
  29. Trace Level off
  30. Security ON: Local OS Authentication
  31. SNMP OFF
  32. Default Service orcl12c
  33. Listener Parameter File /u01/app/oracle/product/12.1.0.2/db_1/network/admin/listener.ora
  34. Listener Log File /u01/app/oracle/diag/tnslsnr/vbgeneric/listener/alert/log.xml
  35. Listening Endpoints Summary...
  36. (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
  37. (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521)))
  38. (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vbgeneric)(PORT=8081))(Presentation=HTTP)(Session=RAW))
  39. Services Summary...
  40. Service "orcl" has 1 instance(s).
  41. Instance "orcl12c", status READY, has 1 handler(s) for this service...
  42. Service "orcl12c" has 2 instance(s).
  43. Instance "orcl12c", status UNKNOWN, has 1 handler(s) for this service...
  44. Instance "orcl12c", status READY, has 1 handler(s) for this service...
  45. Service "orcl12cXDB" has 1 instance(s).
  46. Instance "orcl12c", status READY, has 1 handler(s) for this service...
  47. Service "ords" has 1 instance(s).
  48. Instance "orcl12c", status READY, has 1 handler(s) for this service...
  49. The command completed successfully
  50. [oracle@vbgeneric oracle]$
  51.  
  52. jdbc:oracle:thin:hr/oracle@localhost:1521:orcl12c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement