WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

Package examples.jdbc.oracle

This package contains several standalone examples that can be run independently.

See:
          Description

Class Summary
batchUpdate This example demonstrates the use of the JDBC 2.0 Batch Update feature with an Oracle database.
exsql This simple example shows how JDBC Extended SQL can be embedded in standard SQL sent to the DBMS.
login This simple example shows the alternatives for making a JDBC connection to an Oracle instance.
longvarchar This example is a standalone application demonstrating a method for inserting and retrieving data from Oracle long raw columns.
OracleBlobClob This example demonstrates the use of Oracle Blob and Clob datatypes.
records This simple example shows how JDBC is used to execute DDL and DML.
simpleselect This simple example shows how data and result set metadata is selected with JDBC.
simplesql This simple example shows how to execute DDL and DML via JDBC.
spcursors This type of cursor support exists only in Oracle 7.2 and later.
storedprocs This example demonstrates syntax and usage for Oracle stored procedures and functions.
 

Package examples.jdbc.oracle Description

This package contains several standalone examples that can be run independently. Each illustrates a particular JDBC-related task. To get the most out of this example, first read through the following source code files to see what is happening.