That's what I though, so if it's not explicitly in my environment, not in
the
init.ora and not in the create statement itself, where exactly is my nls
getting miss-set at creation?!

TIA, 

John P Weatherman
Database Administrator
Replacements Ltd.



-----Original Message-----
Sent: Friday, August 09, 2002 12:03 PM
To: Multiple recipients of list ORACLE-L


NLS is defined in database creation.

You can check your NLS configuration executing this SQL command as sys.

SELECT * FROM SYS.V_$NLS_PARAMETERS;

Regards.

-----Original Message-----
Sent: sexta-feira, 9 de Agosto de 2002 16:33
To: Multiple recipients of list ORACLE-L


All, 

when running an import I am seeing:

import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
import server uses US7ASCII character set (possible charset conversion)
export client uses US7ASCII character set (possible charset conversion)
export server uses US7ASCII NCHAR character set (possible ncharset
conversion)

My environment is set to:

rlsoprd2 [trl2]$ env | grep NLS
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
ORA_NLS33=/oracle/product/9.0.1.3/trl2/ocommon/nls/admin/data

There is no setting in my init.ora or in the database creation scripts.

Can someone tell me where the server character set is set?

TIA,

John P Weatherman
Database Administrator
Replacements Ltd.




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: John Weatherman
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jose Ruivo
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: John Weatherman
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to