Oracle8i Application Developer's Guide - Large Objects (LOBs)
Release 2 (8.1.6)

Part Number A76940-01

Library

Product

Contents

Index

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

Introduction , 4 of 8


LOBs Help Control Semantics

With respect to SQL, data residing in Oracle8i LOBs is opaque and not query-able. You can write functions (including methods of object types) to access and manipulate parts of LOBs. In this way the structure and semantics of data residing in large objects can be supplied by application developers.

For example, you may want to store the resumes of Employees as character LOBs. In such a case, you can write a routine that interprets the resume, say that pulls out the names of the companies where the Employee has worked before, using your application-specific knowledge of the structure of resumes. You can also use an interMedia Text (Context) index to index keywords in the resume.


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

All Rights Reserved.

Library

Product

Contents

Index