Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Databases / October 2006

Tip: Looking for answers? Try searching our database.

How can i connect Oracle 9i database with J2EE application server 1.4

Thread view: 
partoti_ajay@yahoo.co.in - 19 Oct 2006 05:55 GMT
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!


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.