Which SID to use when connecting
463365Oct 29 2005 — edited Nov 1 2005I though I'd post this here because it was not obvious to me. Some tools require that you enter a SID. Simply use XE as the SID.
A typical JDBC string will look like this
jdbc:oracle:thin:jack/*****@192.168.1.87:1521:XE
with the SID XE specified at the very end.
Hope this helps,
Jack