This is a discussion on How to connect Java & oracle using JDBC? within the Java Tutorials forums, part of the Articles and Tutorials category; connecting java & any database the basic steps i have to be required...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Create an OracleDataSource instance.Open a connection to the database using OracleDataSource.getConnection()
method of the JDBC DriverManager class.The properties of the connection are derived from the OracleDataSource instance. This method returns an objectof the JDBC Connection class that needs input such as user name, password, connect string which identifies the JDBC driver to use, and name of the database to be connected. |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Employee Referral Walk-in - SAP, Java, Oracle, .NET and Siebel | kalareddy | Experienced Job Seekers - India | 0 | 09-15-2005 01:46 AM |
| Oracle JDeveloper : Developing Swing-based Java Clients using Oracle JDeveloper 10g and Oracle ADF JClient | techguru | Oracle JDeveloper | 0 | 08-27-2005 04:06 AM |
| Comp.software-eng FAQ (Part 0): periodic postings and archives | David Alex Lamb | Tech FAQ | 2 | 05-23-2004 05:15 AM |
| Comp.software-eng FAQ (Part 0): periodic postings and archives | David Alex Lamb | Tech FAQ | 3 | 04-18-2004 05:15 AM |