This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JDBC and the fly likes i-net Auguro Driver Version 1.04 for Oracle 8.0 Server.....HELP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "i-net Auguro Driver Version 1.04 for Oracle 8.0 Server.....HELP" Watch "i-net Auguro Driver Version 1.04 for Oracle 8.0 Server.....HELP" New topic
Author

i-net Auguro Driver Version 1.04 for Oracle 8.0 Server.....HELP

bapi dhar
Ranch Hand

Joined: Mar 02, 2001
Posts: 32
This is my first program i am
Connection to Personal oracle 8 using
i-net Auguro Driver Version 1.04 for Oracle 8.0 Server
I am working in WIN-98 which has no server.
I m getting this runtime error

DriverManager.initialize: jdbc.drivers = null
JDBC DriverManager initialized
registerDriver: driver[className=com.inet.ora.OraDriver,com.inet.ora.OraDriver@2a9835]
DriverManager.getConnection("jdbc:inetora")
trying driver[className=com.inet.ora.OraDriver,com.inet.ora.OraDriver@2a9835]
java.net.ConnectException: Connection refused: no further information
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.(Unknown Source)
at java.net.Socket.(Unknown Source)
at com.inet.ora.OraDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at auguro.main(auguro.java:32)
getConnection failed: com.inet.ora.SQLException: Connection refused: no further information
My Code :
------------------------------------------------------------

code:
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

-------------------
Please help me
1. Please suggest me a compatible driver.
2. Any corrections in the code are most welcome.
regards
bapi
bapidhar@mantrafreenet.com


[This message has been edited by Thomas Paul (edited March 28, 2001).]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: i-net Auguro Driver Version 1.04 for Oracle 8.0 Server.....HELP
 
Similar Threads
How to tell which port mySQL is running on?
Error connecting on MySQL
exception in login page using apache derby
Hibernate Dialect for MS Access
Connecting from Java to Personal Oracle 8