-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 6.3.10, 7.1.7, 7.2.2
-
Component/s: System Administration - Others
-
6.03
-
22
-
Severity 3 - Minor
-
0
Summary
If the Oracle database is configured for NLS_SORT="GERMAN", but all JIRA sessions are changed to "BINARY" by a logon trigger, the database collation read still incorrectly reads the collation.
Environment
The collation is correctly read.
Actual Results
The collation is read as incorrect and errors are thrown in the logs as per below:
2016-05-20 07:18:01,269 JIRA-Bootstrap WARN [c.a.j.appconsistency.db.CollationCheck]
****************************************************************************************************
You are using an unsupported oracle10g collation: GERMAN. This may cause some functionality to not work.
Please use BINARY as the collation instead.
****************************************************************************************************
Notes
- This is a spurious error and can be ignored. If unsure, use the Database Collation Health Check to verify the collation is correct (it will take into account the session collation as the collation is checked with different SQL).
- Starting with JIRA 7.4, a new functionality is introduced which is the Johnson page where a startup check is performed and JIRA is locked upon startup to return an error or warning. Due to the nature of this error, JIRA will be locked and the following warning will be shown during startup:
It is safe to proceed with clicking on "Ignore all warnings and continue" in this scenario.
- mentioned in
-
Page Loading...