Skip Headers

Oracle9i Lite Administration and Deployment Guide
Release 5.0.2 for UNIX Systems
Part No. B10203-01
Go To Table Of Contents
Contents
Go To Index
Index

Previous Next

I

Using the JDBC Thin Driver

To use the JDBC thin driver with Mobile Server applets, the following two steps are required:

  1. Upload Oracle JDBC driver file ÒClasses12.zipÓ to the mobile server repository.

  2. Change applet tag of the html page to include ÒClasses12.zipÓ in ARCHIVE tag.

The following sections describe these steps in detail.

I.1 Upload Oracle JDBC Driver

To upload the Oracle JDBC driver file Classes12.zip to the Mobile Server Repository, follow these steps:

  1. Use WSH to connect to the Mobile Server Repository by typing the following:
    WSH -o mobileadmin/manager@webtogo.world

  2. At the prompt, type the following:
    WEBTOGO.WORLD:/> cd webtogo
    WEBTOGO.WORLD:/webtogo>copy %ORACLE_HOME%\jdbc\lib\classes12.zip
    WEBTOGO.WORLD:/webtogo>exit

I.2 Change the Applet Tag

Change the applet tag of the HTML page to include Classes12.zip in the ARCHIVE tag.

Add the following ARCHIVE tag to all the HTML pages containing <APPLET> tag:

ARCHIVE="/webtogo/classes12.zip"

If the ARCHIVE tag already exists, then modify it like following:

ARCHIVE="/webtogo/classes12.zip ,testapp.jar"


Previous Next
Oracle Logo
Copyright © 2002 Oracle Corporation

All rights reserved
Go To Table Of Contents
Contents
Go To Index
Index