Basic Oracle Concepts and Programming Question:
Download Job Interview Questions and Answers PDF
What Is an Oracle Tablespace?
Answers:
Answer #1An 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 #2Each 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 Question | Next Question |
What Is a Table Index in Oracle? | What Is an Oracle Data File? |