A full partition-wise join divides a large join into smaller joins between a pair of partitions from the two joined tables. To use this feature, you must equipartition both tables on their join keys, or use reference partitioning.
You can use various partitioning methods to equipartition both tables. These methods are described at a high level in the following subsections: