Database Administration (MOSC)

MOSC Banner

ALTER DATABASE CHARACTER SET WE8MSWIN1252

edited Feb 7, 2017 4:00AM in Database Administration (MOSC) 1 commentAnswered

Hi,

Is it possible to change to character set to WE8MSWIN1252? I have WE8ISO8859P15 installed on an Oracle 12c: NLS_CHARACTERSET=WE8ISO8859P15.

If so, would the procedure below be correct/complete?

--logged on with sys as sysdba

SHUTDOWN IMMEDIATE;

STARTUP RESTRICT;

ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0;

ALTER SYSTEM SET AQ_TM_PROCESSES=0;

ALTER DATABASE CHARACTER SET WE8MSWIN1252;

SHUTDOWN IMMEDIATE;

STARTUP;

Would Migrating Character Data Using a Full Export and Import + Migrating a Character Set Using the CSALTER Script as stated below be needed?

https://docs.oracle.com/cd/B19306_01/server.102/b14225/ch11charsetmig.htm#CEGHDCJF

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center