Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Migrate to Oracle/Java
You can download free JDBC native Oracle drivers from www.oracle.com
The JDBC Thin driver is platform independent (Java 1.0.2 and 1.1.1
classes) and does not require any other ODBC or Oracle driver software
on the client. The server must simply be running a SQL*Net listener.
There is some documentation bundled with the drivers detailing
implementation, but the rest is in essence just a Java development
issue, for which there is plenty of documentation.
Oracle's support for Java development is growing rapidly -- it appears to be the wave of the future. Check out www.oracle.com/java, which details Oracle's Oracle8i, a new version of their software tailored specifically for java development and web applications.
On Sun, 29 Nov 1998 21:55:32 +0100, johann <horvat.johann_at_gmx.net> wrote:
>Hi!
>
>We are developing an db-Application under Access97. For the next Year
>it's planned to migrate the backend to Oracle, and to
>re-write/re-construct the frontend under Java.
>My question is: Is it possible to create a HTML (Intranet) based
>frontend for a Oracle backend with Java (JDBC), where can I find
>literature/white-papers/HowTos...
>
>Thanks a lot
>Johann
>
Received on Mon Dec 07 1998 - 11:11:13 CST
![]() |
![]() |