Introduction
Partitioning is a functionality to split tables and indexes into smaller pieces. It is used to improve performance and to manage the smaller pieces individually. The partition key is a column or a set of columns that defines in which partition each row is going to be stored.
Partitioning Overview in official Oracle documentation
Partitioning is an extra cost option and only available for the Enterprise Edition.