Basic Oracle Concepts and Programming Question:
Download Questions PDF

What Is an Oracle Tablespace?

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.

Download Oracle Database Interview Questions And Answers PDF

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