Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. default_db = REDHAT/newy0rk@REDHAT_SVC
  2.  
  3. server.nls_lang = english.UTF8
  4.  
  5. hibernate.connection.username=REDHAT
  6. hibernate.connection.password=newy0rk
  7. hibernate.connection.url=jdbc:oracle:thin:@msrvadm09:1521:REDHAT_SVC
  8.  
  9.  
  10. ----
  11.  
  12.  
  13. [root@msrvadm06 cdrom]# sqlplus REDHAT/newy0rk@REDHAT_SVC
  14.  
  15. SQL*Plus: Release 10.2.0.4.0 - Production on Fri Jul 30 21:48:14 2010
  16.  
  17. Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
  18.  
  19.  
  20. Connected to:
  21. Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
  22. With the Partitioning, OLAP, Data Mining and Real Application Testing options
  23.  
  24. SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
  25. With the Partitioning, OLAP, Data Mining and Real Application Testing options
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement