Wednesday, 21 August 2013

How to drop Oracle LOB

How to drop Oracle LOB

The following query can be used to list the database objects of the user:
select object_name, object_type from user_objects;
There are couple of entries where the object_type is LOB.
How can these LOB objects be dropped in Oracle?

No comments:

Post a Comment