Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Which SID to use when connecting

463365Oct 29 2005 — edited Nov 1 2005
I 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

Comments

38528
I found that too - it wasn't obvious at all. I guessed by the service name. I think the quickstart guide or developer guide should include it more prominently.

Even after searching, I barely found an obscure reference under "Connecting Remotely with SQL*Plus".
Stevefogel-Oracle
A discussion of which SID to use is in the 2 Day DBA, which, unfortunately, didn't make it into the online help for beta. This book is available on OTN in both HTML and PDF form.

http://www.oracle.com/pls/xe102/homepage
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 29 2005
Added on Oct 29 2005
2 comments
370 views