Change Database Character set [message #575682] |
Fri, 25 January 2013 11:31 |
aalmoosa
Messages: 15 Registered: August 2010 Location: bahrain
|
Junior Member |
|
|
Hi all,
Currently my oracle database character set is we8mswin1252 and it is only containing English data as well as spatial data (which is in English of course). I would like to change the Database character set so it could accept Arabic characters.
I have checked the below command on a test DB and it worked fine, but I want to know if it's recommended as a best practice when changing the character set to accept arabic and this won't corrupt my old entered Data ???
SHUTDOWN IMMEDIATE
STARTUP RESTRICT
ALTER DATABASE CHARACTER SET INTERNAL_USE AR8MSWIN1256
SHUTDOWN IMMEDIATE
STARTUP
|
|
|
|
|
Re: Change Database Character set [message #575687 is a reply to message #575686] |
Fri, 25 January 2013 12:01 |
aalmoosa
Messages: 15 Registered: August 2010 Location: bahrain
|
Junior Member |
|
|
so that why i put my inquiry over here so i can get proper feedback!!!
and regarding the INTERNAL_USE command I've used it on a test DB !!
although i didn't find a lot of explanation about the INTERNAL_USE command but if someone could explain it would be great ? and in my case are there any other proper way to change my DB character set ?
|
|
|
|
|
|
|
Re: Change Database Character set [message #575711 is a reply to message #575704] |
Fri, 25 January 2013 13:23 |
aalmoosa
Messages: 15 Registered: August 2010 Location: bahrain
|
Junior Member |
|
|
now it is almost two months since i have tested this command and i didn't face any problem, you have mentioned that "something will appear after a couple of weeks" i understand that the main problem is corrupting the DB and loosing the data after issuing the command.. but what type of problems exactly i must put in my Consedration ?? are we talking about "something" related to the core of Oracle DB such as system tablespaces or views definitions ... etc ??
|
|
|
|
Re: Change Database Character set [message #575950 is a reply to message #575694] |
Tue, 29 January 2013 13:32 |
|
robert0380
Messages: 2 Registered: January 2013
|
Junior Member |
|
|
[quote title=Michel Cadot wrote on Fri, 25 January 2013 13:28]Quote:although i didn't find a lot of As for the proper way to do it, it is:
1/ Create a new database
2/ Export the old one
3/ Import in the new one
4/ Drop the old database
Regards
Michel
Just curious, why wasn't this part of the first response to the original question? Links to and suggestions to read the documentation are great, but there isn't much value in the response if that's ALL you give.
[Updated on: Tue, 29 January 2013 13:33] Report message to a moderator
|
|
|
Re: Change Database Character set [message #575953 is a reply to message #575950] |
Tue, 29 January 2013 13:47 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Because the main purpose of this forum is to help people learn and to learn they have to think by themselves and not directly get a "solution".
Tell me and I'll forget; show me and I may remember; involve me and I'll understand.
Regards
Michel
[Updated on: Tue, 29 January 2013 13:48] Report message to a moderator
|
|
|