17.1k views
0 votes
In oracle,what is a tablespace?

User Kfoster
by
5.3k points

1 Answer

5 votes

Tablespaces of the Oracle database are the bridge between certain logical and physical component entities. They are logical, and thus, cannot be seen in the OS’s file system. Inside tablespaces are Oracle database objects like tables, indexes and rollback segments. Think of it as a shared disk drive in Windows.

User David Z
by
5.1k points