You  would always use JDBC.  You do have a choice of which driver to use
though.  If you want to use the OCI native drivers you can specify those in
the JDBC datasource. 

Download the Oracle JDBC drivers from Oracle's site and you can choose
between using the Thin or OCI drivers.

There are some great servlet jsp books like the Sun Press book Core
Servlets and Java Server Pages....

Cory

At 01:31 AM 11/4/00 +0800, Winnie Leung wrote:
>HI,
>
>I am a total beginner to Orion (and somewhat of a beginner to Java). I would
>be really grateful if some one could point me to a really beginner's
>step-by-step tutorial on how to write a servlet, to do standard web type
>stuff like (a) post form variables, and (b) access data from the database
>(oracle -- is there a way to use OCI directly, instead of JDBC?)
>
>Thanks very much in advance,
>Winnie
>
>
>
>

Reply via email to