1.

What Is Partitioning?

Answer»

Partitioning is USED to divide large tables into manageable partitions based on different CRITERIA, such as list, HASH, or range.
Oracle TREATS a partition similar to a table. Therefore, partitioning allows you to operate on one partition at a TIME without affecting the application.

Partitioning is used to divide large tables into manageable partitions based on different criteria, such as list, hash, or range.
Oracle treats a partition similar to a table. Therefore, partitioning allows you to operate on one partition at a time without affecting the application.



Discussion

No Comment Found