/ Published in: SQL
Expand |
Embed | Plain Text
sqlplus scott/tiger@”(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=IP_or_host)(PORT= 1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SID=orcl)))”
You need to login to post a comment.
blackthorne on 10/11/11
1 person have marked this snippet as a favorite
sqlplus scott/tiger@”(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=IP_or_host)(PORT= 1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SID=orcl)))”
You need to login to post a comment.