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

Frequently Asked Questions about LOBs, 10 of 12


Converting Between Different LOB Types

Is Implicit LOB Conversion Between Different LOB Types Allowed in Oracle8i?

Question

There are no implicit LOB conversions between different LOB types? For example, in PL/SQL, I cannot use:

             INSERT INTO t VALUES ('abc');
                 WHERE t CONTAINS a CLOB column.....

Do you know if this restriction still exists in Oracle8i? I know that this restriction existed in PL/SQL for Oracle8 but users could issue the INSERT statement in SQL as long as data to insert was <4K. My understanding is that this <4K restriction has now been removed in SQL.

Answer

The PL/SQL restriction has been removed in Oracle8i and you can now insert more than 4K worth of data.


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