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!

Can't use xe as sid

HuaMin ChenAug 28 2012 — edited Sep 19 2012
Hi,
I set up 11g XE in OL5.8. I don't know why I get these and can't connect to it using XE as sid.

SQL> conn system/???@xe as sysdba
ERROR:
ORA-12541: TNS:no listener


SQL> conn system/??? as sysdba
Connected.

while I've put this in tnsnames using the relevant IP of the machine as the host.

XE =
(DESCRIPTION =
# (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = ?.?.255.127)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
)
)

Many Thanks & Best Regards,
HuaMin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 27 2012
Added on Aug 28 2012
20 comments
597 views