Basic Oracle Concepts and Programming Question:
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.
Previous Question | Next Question |
What Is a Table Index in Oracle? | What Is an Oracle Data File? |