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?
Kroll, Michael - 19 Oct 2006 06:37 GMT
Hello,
partoti_ajay@yahoo.co.in schrieb:
> I am using
>
[quoted text clipped - 4 lines]
> How can i connect Oracle 9i database with my j2ee version
> i try to do a lot but where can i start?
try google and you find more than you can read.
Regards
Michael

Signature
http://www.netbeans-forum.de
German NetBeans, GlassFish and Java-Forum
Arne Vajhøj - 19 Oct 2006 12:16 GMT
> I am using
>
[quoted text clipped - 8 lines]
>
> 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
jcsnippets.atspace.com - 20 Oct 2006 17:24 GMT
partoti_ajay@yahoo.co.in wrote in news:1161233755.953958.194800
@m73g2000cwd.googlegroups.com:
> I am using
>
[quoted text clipped - 8 lines]
>
> How can i connect oracle with Type 4 driver?
How to connect to an Oracle database:
http://jcsnippets.atspace.com/java/database/connect-to-oracle-
database.html
Various other database stuff:
http://jcsnippets.atspace.com/java/database.html
Best regards,
JayCee

Signature
http://jcsnippets.atspace.com/
a collection of source code, tips and tricks
partoti_ajay@yahoo.co.in - 24 Oct 2006 07:58 GMT
Thanks a lot for the above stuff!
But the link is not working. I know the code snippet for connecting
Oracle database directly!
But how can i work with database connection poolling.
What are the class name and the configuration i can use inorder to make
a succeful ping!
connection pool.
Well Thanks!
anyway
If you know anything about the tophic or any reading suggestions it
will help a lot!