A tablespace in Oracle database can hold database objects (tables, indexes, etc.) from different schemas. A schema is a logical grouping of objects owned by a user, while a tablespace is a physical storage location. Multiple schemas can store their objects in the same tablespace, and objects from one schema can be distributed across multiple tablespaces. This is correct.