Connect string for Oracle with sqlplus


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. sqlplus scott/tiger@”(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=IP_or_host)(PORT= 1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SID=orcl)))”

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.