Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: export/import problem
On Mon, 05 Aug 2002 10:54:41 +0200, kw <wlasiukk_at_wp.pl> wrote:
>Hi all
>
>I must to move data between 2 diffrent oracle boxes. One is in
>EE8MWSIN1250 character set and the destination in EE8ISO8859P2.
>Normal data after import are ok (translation between charactersets), but
>there is one table storing usernames and passwords in varchar2 fileds
>- but encrypted to string of binary strange characters (eg. not
>"SSACXCZXCASC" but "mÁ?
?î7(…h‰+ôOhS?×") import translate some of these
>characters and data after decryption are corrupted !
>
>How to tell imp tool not to do any translation of character sets ?
>Or how to change the export file to let imp think it was done in other
>character set then it was ?
>
>thanx for help
>KW
set NLS_LANG on the target box to the same value as the source box, if
you did set it on the source box at all. If you didn't you probably
are toast.
One should NEVER EVER even THINK of editing the export. The chance you
are left with an unreadable file is very high, and Oracle won't
support you resolving this problem.
Regards
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Mon Aug 05 2002 - 12:44:06 CDT
![]() |
![]() |