24
Storing Object Types in Tables
In the preceding chapter, you learned how to create object types and define object methods for various purposes. In this chapter, you will continue exploring object types and learn how they may be stored in tables.
When an Oracle database stores an object type, it maps its complex structure to a simple table structure. Essentially, each object attribute corresponds to a column in a table. Oracle’s Database Object-Relational Developer’s Guide compares object types to a tree-like structure, where branches represent attributes, and the attributes themselves are called leaf-level ...
Get Oracle PL/SQL by Example, 6th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.