Can any one tell me how to configure orcale(8i or 9i) database to work with jdbc means after installing the oracle 8i/9i software i am unable to connect database using jdbc program

Showing Answers 1 - 2 of 2 Answers

PurnaChandarrao

  • Feb 13th, 2007
 

Hai
First you have to create DSN name ;
Control Panel--->Administrative Tools--->DatabaseSources(ODBC)
And give new DSN name and configure with your Data base either it is Oracle 8i or Oracle 9i select from the given list...and in java program
con = ConnectionString(UserName,Password,DSN Name)
try this once
Hope it will work..

Thanks & Regards
Purna Chander

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions