Skip to content

Commit

Permalink
Add a note to the migration guide about index name length for Oracle …
Browse files Browse the repository at this point in the history
…database

Closes #29594

Signed-off-by: vramik <vramik@redhat.com>
(cherry picked from commit 35df014)
  • Loading branch information
vramik authored and ahus1 committed May 17, 2024
1 parent 3fb06c0 commit f932666
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ This change adds new indexes on the tables `USER_ATTRIBUTE` and `FED_USER_ATTRIB
If those tables contain more than 300000 entries, {project_name} will skip the index creation by default during the automatic schema migration and instead log the SQL statement on the console during migration to be applied manually after {project_name}'s startup.
See the link:{upgradingguide_link}[{upgradingguide_name}] for details on how to configure a different limit.

NOTE: The newly added indexes `USER_ATTR_LONG_VALUES_LOWER_CASE` and `FED_USER_ATTR_LONG_VALUES_LOWER_CASE` may exceed the maximum limit of 30 characters set by Oracle,
in case the database is running in compatibility mode. Since Oracle version 12.2, there is a support for longer index names.

== Additional migration steps for LDAP

This is for installations that match all the following criteria:
Expand Down

0 comments on commit f932666

Please sign in to comment.