Parallel With Degree
Parallel indexing can improve index performance when you have a large amount of data, and have multiple CPUs.
Enter the degree that determines the number of separate indexing processes.
Tablespace
The tablespace in which to create the index. An index can be created in the same or different tablespace as the table it indexes.
Schema
The schema in which to create the index.
Note:
To create an index in your own schema, at least one of the following conditions must be true:
- The table or cluster to be indexed is in your own schema.
- You have INDEX privilege on the table to be indexed.
- You have CREATE ANY INDEX system privilege.
To create an index in another schema, all of the following conditions must be true:
- You have CREATE ANY INDEX system privilege.
- The owner of the other schema has a quota for the tablespaces to contain the index or index partitions, or UNLIMITED TABLESPACE system privilege.