Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: change db character set

Re: change db character set

From: Juhan Kundla <juhan_at_ensib.ee>
Date: Thu, 08 Apr 1999 12:26:26 +0300
Message-ID: <370C7642.B6047787@ensib.ee>


Wai wrote:
>
> I have create a database and have lot of data in it.
>
> Can I change the character set of the db?
> If yes, how can I do that? Is there any tool to help me?
>
> I am running oracle server 8.0.4 with win NT server 4 sp3

Hm? If you want to do this right then AFAIK you should do -full export
-then create new database with different character set, for example   create database new
  ...
  character set bla-bla
-then full import.

Maybe I'm wrong

Juhan Received on Thu Apr 08 1999 - 04:26:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US