Results 1 to 4 of 4

Thread: Unable to create new connection

  1. #1
    Join Date
    Nov 2009
    Posts
    2

    Unable to create new connection

    Hello to all,
    Am new to oracle sql, and I am using the developer to create new database. Unfortunately, when I try to create new connection and error appears saying that :
    Status: failure –lo exception. The network adapter could not establish the connection.

    Connection Name: NewDatabase
    Username: test
    Password: test

    HostName: localhost
    Port: 1521
    SID: xe

    Thank you

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Is the database created?. Can you logon to the server and see if database instance is up and database is open. If yes, then you need to modify your tnsnames.ora file to include new database connection detail.

  3. #3
    Join Date
    Nov 2009
    Posts
    2
    no, this is the very first time i run developer!

    the error that appears is :Failure -io exception: Got minus one from a read call

    any clues?

  4. #4
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    I am not sure whether you can create a database from Oracle developer, can you create it using SQL Plus?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •