Oracle Database Architecture Question:
What is an Oracle Data Segment?
Answer:
Each Non-clustered table has a data segment. All of the table's data is stored in the extents of its data segment. Each cluster has a data segment. The data of every table in the cluster is stored in the cluster's data segment.
Previous Question | Next Question |
What is an oracle database schema? | What is relation between and rman and large pool? |