Guest User

Untitled

a guest
Feb 11th, 2019
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. IP = 1.2.3.4
  2. PORT = 1521
  3. ServiceName = "ORCL1"
  4. Username = "username"
  5. Password = "password";
  6.  
  7. sqlplus username/password@1.2.3.4:1521/ORCL1
  8.  
  9. IP = 1.2.3.4
  10. PORT = 1521
  11. ServiceName = "ORCL1"
  12. Username = "username"
  13. Password = "password";
  14.  
  15. env->createConnection("username", "password", "1.2.3.4:1521/ORCL1");
Add Comment
Please, Sign In to add comment