|
WebLogic Server 7.0 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--examples.jdbc.oracle.storedprocs
This example demonstrates 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.
The ant scripts for building and running the example use properties set in this file.
%WL_HOME%\server\bin\oci817_8;%ORACLE_HOME%\bin;%PATH%
where %WL_HOME% is where you installed the WebLogic software.
For complete information, see Setting Up the Environment for Using WebLogic jDriver for Oracle in Installing and Using WebLogic jDriver for Oracle. The following sections contain instructions for specific platforms:
prompt> ant
Note: This script builds all of the examples in the oracle directory.
prompt> ant storedprocs
| Constructor Summary | |
storedprocs()
|
|
| Method Summary | |
static void |
main(java.lang.String[] argv)
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public storedprocs()
| Method Detail |
public static void main(java.lang.String[] argv)
|
Documentation is available at http://e-docs.bea.com/wls/docs70 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||