Components of Logical Database:--
1. Tablespace - A tablespace consist Datablock Extends and Segments
2. Schema - A schema includes --
Index Tables Views Clusters Stored Procedures Triggers and Sequences
Thanks
Oracle database consists of tablesapces (one or more tablespace forms database) Segments is the area in which on oracle object sores in a tablespace.One Oracle object will be in the one segment only. Segment needs to extent the size of the segment then the memory will be allotted in extents. Each extent is the collection of Oracle blocks.So the logical architecture of the Oracle follows like above.