All Examples
Class examples.jdbc.oracle20.OracleBlobClob
java.lang.Object
|
+----examples.jdbc.oracle20.OracleBlobClob
- public class OracleBlobClob
- extends java.lang.Object
This example demonstrates the use of Oracle Blob and Clob datatypes.
To run this example:
- Set up your development shell as described in Setting up your environment.
- This example also requires the following:
- You must run and compile the example under JDK 1.2.x.
- An Oracle server version 8
- Oracle client libraries version 8.0.5 or later
- Change connection parameters to correspond to your Oracle configuration.
If you need more help, check the section on connecting
to a database in the Developers Guide, Using WebLogic jDriver for Oracle.
- Compile this example by executing the following command in your development shell:
$ javac -d %CLIENT_CLASSES% OracleBlobClob.java
- Run this example by executing the following command in your development shell:
$ java examples.jdbc.oracle20.OracleBlobClob
OracleBlobClob()
-
main(String[])
-
OracleBlobClob
public OracleBlobClob()
main
public static void main(java.lang.String argv[]) throws java.lang.Exception
All Examples