WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.jdbc.oracle
Class batchUpdate

java.lang.Object
  |
  +--examples.jdbc.oracle.batchUpdate

public class batchUpdate
extends java.lang.Object

This example demonstrates the use of the JDBC 2.0 Batch Update feature with an Oracle database.

Build the Example

  1. Open a new command shell.

  2. Set up this development shell as described in Setting up Your Environment for Building and Running the Examples.

  3. Change connection parameters to correspond to your Oracle configuration. If you need more help, check the section on connecting to a database in the programming guide, Using WebLogic jDriver for Oracle.

  4. Compile the example by executing an ant build script or a command.

Run the Example

There's More

For more information about the WebLogic jDriver for Oracle, see Installing and Using WebLogic jDriver for Oracle.

Author:
Copyright (c) 2000-2001 by BEA Systems, Inc. All Rights Reserved.

Constructor Summary
batchUpdate()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

batchUpdate

public batchUpdate()
Method Detail

main

public static void main(java.lang.String[] argv)

Documentation is available at
http://e-docs.bea.com/wls/docs61

Copyright © 2001 BEA Systems, Inc. All Rights Reserved.