Export using UTF8 character set [message #183770] |
Sun, 23 July 2006 10:03 |
rafi_aamiri
Messages: 34 Registered: September 2005
|
Member |
|
|
Hi,
My client is having a production database with default character set.
While exporting I need to export the database to create a dump with UTF8 character set.
Please let me know how to export with UTF8 option.
Thanks....
|
|
|
|
|
Re: Export using UTF8 character set [message #184061 is a reply to message #183772] |
Tue, 25 July 2006 02:59 |
ashuj20
Messages: 12 Registered: October 2005 Location: new delhi
|
Junior Member |
|
|
hi,
frank means:
Set the environment variable NLS_LANG before taking export. as done below.
c:> set NLS_LANG=ENGLISH.UTF8
then do export
exp userid=<user/password> file=<file.dmp>
Regards
Ashish Goel
|
|
|