All Examples  This Package

Class examples.jdbc.t3client.storedprocs2

java.lang.Object
   |
   +----examples.jdbc.t3client.storedprocs2

public class storedprocs2
extends Object
This example demonstrates the syntax and usage for Oracle stored procedures and functions. The code shows how to create and call stored procedures and functions and how to register parameters.

To set up this example:

  1. Set up your development shell as described in Setting up your environment.

  2. Change the database-specific properties to match your environment.

  3. Compile the example by executing the following command in your development shell:

    $ javac -d %CLIENT_CLASSES% storedprocs2.java

  4. Start WebLogic Server in a separate shell.

  5. Run this example by executing the following command in your development shell:

    $ java examples.jdbc.t3client.storedprocs2

Author:
Copyright (c) 1996-1999 by BEA WebXpress, Inc. All Rights Reserved.

Constructor Index

 o storedprocs2()

Method Index

 o main(String[])
Runs this example from the command line.

Constructors

 o storedprocs2
 public storedprocs2()

Methods

 o main
 public static void main(String[] argv) throws Exception
Runs this example from the command line.

All Examples  This Package