What you’ll learn in this Chapter
✓ Schema objects that can be migrated to PostgreSQL
✓ Schema objects not available in PostgreSQL and what is the work around
✓ Features with each database object type and metadata associated
✓ How to access each database object
Overview
Schema objects are the building blocks of relational databases and are logical data storage structures. When you learn any particular database, you first learn the schema objects. But we in our Database Migration repo, introduced this chapter lately presuming you already aware of either database.
In this chapter, we explained all Oracle schema objects and how they can be migrated to PostgreSQL equivalent. You also learn how to access schema objects and metadata associated.