2.13.12 Oracle Text Known Bugs

These are known bugs for Oracle Text in Oracle Database 12c Release 2 (12.2).

2.13.12.1 Bug 24501029

If the table has a large number of partitions, the CREATE SEARCH INDEX statement could fail with the error ORA-06502.

Workaround:

Start with a fewer number of partitions on the table, create the search index, then specify the ALTER TABLE ADD PARTITION statement to add more partitions.

2.13.12.2 Bug 24440670

CTX_DDL APIs support the use of long identifiers for the index name but limit the schema name to 25 characters.

Workaround:

If executing a CTX_DDL API as the owner of the index, the schema name can be omitted from the API call. This is helpful for schema names that exceed 25 characters.

2.13.12.3 Bug 24339505

Oracle Text indexes and other features cannot be used with application containers, proxy pluggable database (PDB), hot clone, and near-zero downtime relocation.

Workaround:

None.

2.13.12.4 Bug 23707063

Indexes using stoplists with stop patterns consume program global area (PGA) memory and can fail with an ORA-04036 error during index creation.

Workaround:

When this error occurs, increase the value of the PGA_AGGREGATE_LIMIT initialization parameter to succeed with the index creation. The PGA_AGGREGATE_LIMIT initialization parameter can be increased using the ALTER SYSTEM statement.

2.13.12.5 Bug 22983344

A CTXCAT index cannot be renamed to a name that is more than 25 characters long using the ALTER INDEX RENAME statement.

A CTXCAT index name can be more than 25 characters long (up to 128 characters) if it is created with the CREATE INDEX statement.

Workaround:

None.

2.13.12.6 Bug 22983270

A CTXRULE index cannot be renamed to a name that is more than 25 characters long using the ALTER INDEX RENAME statement.

A CTXRULE index name can be more than 25 characters long (up to 128 characters) if it is created with the CREATE INDEX statement.

Workaround:

None.