Guest User

Untitled

a guest
Mar 6th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ******* Ojo Window 10 only with CMD Powershell not working *******
  2. mvn install:install-file -Dfile=ojdbc7.jar -DgroupId=com.oracle -DartifactId=ora-jdbc -Dversion=7 -Dpackaging=jar
  3.  
  4.  
  5. /* *** Oracle 12c existe un nuevo concepto de base de datos enchifable
  6. /* *** Una base de datos semilla y multiples bases de datos virtuales
  7. # Syntax
  8. jdbc:oracle:thin:@[HOST][:PORT]:SID
  9. jdbc:oracle:thin:@[HOST][:PORT]/SERVICE
  10.  
  11. # Example
  12. jdbc:oracle:thin:@ol6-121:1521:pdb1
  13. jdbc:oracle:thin:@ol6-121:1521/pdb1
Add Comment
Please, Sign In to add comment