Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to Setting up JDBC
Thx for your advice.
BTW, yes I do know about Java and Type 4 JDBC driver. But just completely new to Oracle administration.
"GeoPappas" <PappasG_at_gmail.com> ???
news:1112278772.194398.306960_at_z14g2000cwz.googlegroups.com ???...
> << I heard of JDBC Thin Driver which does not requires Oracle Net
> components?
> Is it true? >>
>
> I will assume that you know Java since you are trying to use JDBC (Java
> Database Connectivity).
>
> In general, there are four types of JDBC drivers (Type 1 thru 4).
> IMHO, the easiest to use is the Type 4 (aka Thin) Driver. You don't
> need to install anything (outside of Java). With the other drivers,
> you usually have to install client software (which is just another
> layer of complexity).
>
> To use a Type 4 driver, you just need to write Java code and include
> the correct packages.
>
> Here are some useful links:
>
> http://www.devx.com/tips/Tip/13586
>
> http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
>
> http://www.idevelopment.info/data/Oracle/DBA_tips/Java/JAVA_30.shtml
>
Received on Thu Mar 31 2005 - 10:12:35 CST
![]() |
![]() |