Re: How can i connect Oracle 9i database with J2EE application server 1.4
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Thu, 19 Oct 2006 07:16:40 -0400
partoti_ajay@xxxxxxxxxxx wrote:
I am using
JAVA VERSION :- 1.4.03
OS:-WINDOWS XP PROFESSIONAL SP2
ORACLE 9I DATABASE
How can i connect Oracle 9i database with my j2ee version
i try to do a lot but where can i start?
Please give me some reading suggestions?
How can i connect oracle with Type 4 driver?
J2SE code snippet:
Class.forName("oracle.jdbc.OracleDriver");
Connection con = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xxxxxx", "xxxx", "xxxx");
Arne
.
- References:
- How can i connect Oracle 9i database with J2EE application server 1.4
- From: partoti_ajay
- How can i connect Oracle 9i database with J2EE application server 1.4
- Prev by Date: Re: hibernate and instance aliasing
- Next by Date: Oracle JDBC hangs on socket read
- Previous by thread: Re: How can i connect Oracle 9i database with J2EE application server 1.4
- Next by thread: Re: How can i connect Oracle 9i database with J2EE application server 1.4
- Index(es):
Relevant Pages
|
|