Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Unable to create a new connection!

  1. #1
    Junior Member
    Join Date
    Oct 2009
    Posts
    13
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Unable to create a new connection!

    Hello to all,

    I don’t know if the right place to post the problem… but as long as my problem remains ill give a try.
    Well am very new to oracle sql developer and I am trying to create a new connection in order to create database.

    However only the OracleOraDb11g_home1ClrAgent and OracleOraDb11g_home1TNSListenet are started on the services of the admin tool.
    When I am creating a new connection error appears says:
    Failure -IO exception: connection reset

    Am using oracle sql Developer 1g

    Database version? 1.1.3

    OS ?Windows XP

    Is the listener running ? yes

    connecting n the connection window, am setting new connection

    tool ? Oracle SQL Developer 11g

    configuration ?

    Connection Name: NewDatabase
    Username: test
    Password: test

    HostName: localhost
    Port: 1521
    SID: xe


  2. #2
    Member wolfgar's Avatar
    Join Date
    Oct 2009
    Location
    the middle of the woods
    Posts
    89
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default Re: Unable to create a new connection!

    heres a psudo code that may help

    if ( languageUrUsing  == java ) {
    msg = "ur in the right place ';
    }else{ 
    msg = "ur useing " + languageUrUsing + " not any form of java .please use proper web site"
    }

    if that doesn't help try a website based on the language ur using
    Programming: the art that fights back

Similar Threads

  1. How to create exe file
    By sirimalla in forum Java Theory & Questions
    Replies: 6
    Last Post: November 1st, 2009, 04:07 AM
  2. How database connection pooling works in a application
    By JayVirk in forum JDBC & Databases
    Replies: 0
    Last Post: October 10th, 2009, 07:14 AM
  3. how to create exe jar
    By ttsdinesh in forum Java Theory & Questions
    Replies: 1
    Last Post: September 27th, 2009, 08:21 AM
  4. Replies: 4
    Last Post: September 19th, 2009, 11:56 PM
  5. cant get rid of http connection
    By kartik in forum Java Networking
    Replies: 1
    Last Post: July 21st, 2009, 03:09 AM