What are you looking for ?
Home » » Database Not Configured

Database Not Configured

{[['']]}

Oracle database is not configured to
use the AL32UTF8 character set



Many of the Oracle Fusion Middleware components require the existence of schemas in a database prior to installation. These schemas are created and loaded in your database using the Repository Creation Utility (RCU).
When I was creating the BI repository schemas required by OBIEE. got the next error during the validation process.

The selected Oracle database is not configured to use the AL32UTF8 character set

In order to change the character set in the database, follow the next steps.

1. Open SQLplus and login using a sysdba role
2. One by one, execute the next statements.
shutdown immediate;
startup restrict;
alter database character set internal_use AL32UTF8;
alter database character set AL32UTF8;
shutdown immediate;
startup;
3. Exit SQL Plus
Share this article :

Post a Comment

Flag Counter

Social Profile

 
Copyright x 2011. By Wael Medhat - All Rights Reserved