• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JDBC Oracle connection error

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I was trying to connect to my oracle database with Type 4 driver....also added classes111.zip in my class path then
ran the following java script to check my connection
it gave me the following error
Testing: jdbc:oracle:thin:somelogin/[email protected]:1521:jive
An exception occurred while connecting and performing our test query.
Refused:ROR=<CODE=12505><EMFI=4>>>>

I can't figure out the reason...can someone help me
Thanks
Kris Iyer
:roll: :roll:
[ Edited bt Dave to format code and fix smilies ]
[ March 27, 2002: Message edited by: David O'Meara ]
 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Here is the code for the connection part which may help u ,

Bye,

Mahesh
[ Edited by Dave to format code and fix smilies ]
[ March 27, 2002: Message edited by: David O'Meara ]
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"kris_iyer",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp.
We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please edit your profile and select a new name which meets the requirements.
Thanks.
Dave
 
kris iyer
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mahesh
Big thanks....:-)I made some changes in my script ...earlier i was reffering to SERVICE NAME from my tnsnames and also added classes12.zip to classpath and now it's working fine
thanks
kris
 
reply
    Bookmark Topic Watch Topic
  • New Topic