Skip to Main Content

Oracle Database Discussions

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!

Connecting using SQLDeveloper: Error Network adapter could not establish connection

1016493Jun 21 2013 — edited Jun 25 2013

Hello,

I have started the database 11g XE on Centos 6.2 . I can connect using the installed Run SQL command prompt (using system userid and password). When i try the same using SQL developer i get this Network adapter error.

Connection type basic

Host name 127.0.0.1/localhost.localdomain/actual Virtual box IP

SID XE

Username System

Password works with run sql command prompt

Entry in tns.ora is

XE =

  (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))

    (CONNECT_DATA =

      (SERVER = DEDICATED)

      (SERVICE_NAME = XE)

    )

  )

Help please

regards

Sameer

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 23 2013
Added on Jun 21 2013
9 comments
2,257 views