Basic Oracle Concepts and Programming Question:

What Is an Oracle Tablespace?

Oracle Database Interview Question
Oracle Database Interview Question

Answers:

Answer #1
An Oracle tablespace is a big unit of logical storage in an Oracle database. It is managed and used by the Oracle server to store structures data objects, like tables and indexes.

Answer #2
Each tablespace in an Oracle database consists of one or more files called datafiles, which are physical structures that conform to the operating system in which Oracle is running.


Previous QuestionNext Question
What Is a Table Index in Oracle?What Is an Oracle Data File?