Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 6383 invoked from network); 19 Dec 2007 03:59:08 -0600
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by static-ip-69-64-49-119.inaddr.intergenia.de with SMTP; 19 Dec 2007 03:59:07 -0600
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id C83687DC374;
 Wed, 19 Dec 2007 04:59:07 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 23770-02; Wed, 19 Dec 2007 04:59:07 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 440F97DA8B5;
 Wed, 19 Dec 2007 04:59:07 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Wed, 19 Dec 2007 04:11:42 -0500 (EST)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 05A697DC1E3
 for <oracle-l@freelists.org>; Wed, 19 Dec 2007 04:11:42 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 14102-08 for <oracle-l@freelists.org>;
 Wed, 19 Dec 2007 04:11:41 -0500 (EST)
Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id AAA137DBFCC
 for <oracle-l@freelists.org>; Wed, 19 Dec 2007 04:11:41 -0500 (EST)
Received: by py-out-1112.google.com with SMTP id u77so5095387pyb.3
        for <oracle-l@freelists.org>; Wed, 19 Dec 2007 01:11:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type;
        bh=kWgeX8SjBOCgZvFTiJIJTEbE0EEVozhj9y1bM4CHTnY=;
        b=dECGR6RbRmZFSaKmB6FKxLFXaCDLztDktKfJMs4+2WavmwlHoam4MUA7yTaiWcGdzUZSXsD5D4kksT8Be2FUgk2DpMc/dddGXkWa1RG++/1I0Zv6ymPOPUlNlnYG2wO5LHLTZe2Nzg0w1lRJZUpNoNcUrgMvOSd3wxKkc8ae2gY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:mime-version:content-type;
        b=kTOv6btSB4JLcgVbdDb2UkB3VkImdN/DGBpPfI/jGYf8BHLyizahmGsU324Z7jjRHyUwufLzVobpp6f/tBdv4bMg8YPHhRewBDhMU4H2nundTn0Uch0behh+fdDYvqaBFqJsP2uHuYYM+2uylPbJrC82tEWAfqvT7iCVzbZAIj4=
Received: by 10.65.158.9 with SMTP id k9mr20068651qbo.85.1198055495953;
        Wed, 19 Dec 2007 01:11:35 -0800 (PST)
Received: by 10.64.83.5 with HTTP; Wed, 19 Dec 2007 01:11:35 -0800 (PST)
Message-ID: <2689c1070712190111p699ce1cbgfc20b2034c6400cc@mail.gmail.com>
Date: Wed, 19 Dec 2007 17:11:35 +0800
From: "qihua wu" <staywithpin@gmail.com>
To: oracle-l <oracle-l@freelists.org>
Subject: Does NLS_LANG matter when using expdp/impdp
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_Part_18471_2915548.1198055495941"
X-archive-position: 4012
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: staywithpin@gmail.com
Precedence: normal
Reply-to: staywithpin@gmail.com
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain
------=_Part_18471_2915548.1198055495941
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi, all,

When using the old import/export tools imp/exp, the NLS_LANG at the client
must be set and should be set correctly to make them work. But after I
search the doc about expdp/impdp, nowhere mentioned that NLS_LANG must be
set and how to set. And the log created when I run impdp/expdp also didn't
tell any information about charset and possible charset convertion. So I am
wondering whether NLS_LANG is nothing when using impdp/expdp

Thanks,
Qihua

------=_Part_18471_2915548.1198055495941
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi, all,<br><br>When using the old import/export tools imp/exp, the NLS_LANG at the client must be set and should be set correctly to make them work. But after I search the doc about expdp/impdp, nowhere mentioned that NLS_LANG must be set and how to set. And the log created when I run impdp/expdp also didn&#39;t tell any information about charset and possible charset convertion. So I am wondering whether NLS_LANG is nothing when using impdp/expdp
<br><br>Thanks,<br>Qihua<br>

------=_Part_18471_2915548.1198055495941--
--
http://www.freelists.org/webpage/oracle-l


