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: Export & Import with UTF8 Character Set

Re: Export & Import with UTF8 Character Set

From: Stjepan Brbot <Stjepan.Brbot_at_ZG.HiNet.HR>
Date: Tue, 6 Nov 2001 08:58:48 +0100
Message-ID: <9s9303$b4m2$4@as201.hinet.hr>


"Sanjeev" <sanjeev.sagar_at_eds.com> wrote in message news:18e1746f.0111051238.30aea363_at_posting.google.com...
> I am using Oracle 815 on Sun Solaris.
>
> Character set is UTF8. I have to export from user X and then import in
> user Y. My export work without any problem. When I do import, it only
> show my table definitions but do not load any data into it. Please see
> below my par files
>
> Export Par File :
>
> file=export_wctables.dmp
> indexes=n
> constraints=n
> log=export_wctables.log
> grants=n
> Tables=<list of Tables>
>
> Import Par File :
>
> FROMUSER=cms_o_2
> TOUSER=cms_o_1
> file=export_wctables.dmp
> indexes=n
> constraints=n
> log=import_wctables.log
> grants=n
> IGNORE=Y
> Tables=<list of Tables>
>
> there was no error in Import log file.
>
> Any help would be appreciated. Please let me know for any more info on
> this.

If you do not fully ("full=y") export your database (only tables) use "rows=y" or "inctype=complete" export's parameters for exporting data.

--

Stjepan Brbot [Stjepan.Brbot_at_ZG.HiNet.HR]
Received on Tue Nov 06 2001 - 01:58:48 CST

Original text of this message

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