Oracle9i Application Developer's Guide - Large Objects (LOBs)
Release 1 (9.0.1)

Part Number A88879-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Internal Persistent LOBs, 7 of 43


Inserting One or More LOB Values into a Row

Figure 10-11 Three Ways of Inserting LOB Values into a Row


Text description of adl10ps4.gif follows This link takes you back to the Internal Persistent LOB main diagram. This link takes you to the section, Inserting a LOB Value using empty_clob() or empty_blob(). This link takes you to the section, Inserting a Row by selecting a LOB from another table. This link takes you to the section, Inserting a Row by initializing a LOB locator bind variable.
Text description of the illustration adl10ps4.gif

See:

"Use Case Model: Internal Persistent LOBs Operations", for all Internal Persistent LOB operations. 

There are three ways to insert LOB values into a row:

    1. LOBs can be inserted into a row by first initializing a locator -- see Inserting a LOB Value using EMPTY_CLOB() or EMPTY_BLOB()

    2. LOBs can be inserted by selecting a row from another table-- see Inserting a Row by Selecting a LOB From Another Table.

    3. LOBs can be inserted by first initializing a LOB locator bind variable -- see Inserting a Row by Initializing a LOB Locator Bind Variable.

Usage Notes

Here are some guidelines for inserting LOBs:

Inserting LOBs For Binds of More Than 4,000 Bytes

For guidelines on how to INSERT into a LOB when binds of more than 4,000 bytes are involved, see the following sections in Chapter 7, "Modeling and Design":


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback