Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Your database must be configured to use AL32UTF8 as the default character

Anjireddy Avula
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 30, 2018

I'm trying to connect the oracle 12 database with atlasian conflunece . But i'm getting the above error. We checked with the database team they mentioned the oracle already set with UTF-8 format. How i can solve this problem.

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 30, 2018

I am sorry, but your database team is wrong.  When Confluence connects to the server, it asks what the encoding is.  Oracle is telling it that it is not AL32UTF8, so unless your database team has somehow configured the database to lie about it, it is not using that encoding.

You'll need to get them to set it up as AL32UTF8

To confirm, the question Confluence asks can be run when logged into the database with an SQL tool.  Try

SELECT value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' ;

and you'll see that the database is not set correctly.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events