All Examples
package examples.jdbc.oracle20
about this package
This package contains examples of Oracle JDBC 2.0 features.
batchUpdate
illustrates the Batch Update feature. Batch updates allow multiple
update statements to be sent to the database as a single transaction.
OracleBlobClob
illustrates how to manipulate Blobs and Clobs. This examples requires
an Oracle 8 server.
how to use this package
- Set up your development shell as described in Setting up your environment.
- Change connection parameters to correspond to your DBMS
configuration. If you need more help, check the section on connecting
to an Oracle database in the Developers Guide, Using WebLogic jDriver for Oracle.
- Compile the examples using the instructions for the example. (See the link at the top of this page.)
- Run the example using the instructions for the example. (See the link at the top of this page.)
there's more . . .
WebLogic JDBC Options