• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Problems Creating Connection with oracle sql Developer!

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 : on 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
 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I am trying to create a new connection in order to create database.



I can see that you're using Oracle XE. You should go to the Oracle Admin page and create the username and database there and give that username/password and database in the Oracle SQL Developer when you're creating a connection.

 
Do you pee on your compost? Does this tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic