expdp displays output in German [message #564599] |
Sun, 26 August 2012 08:29 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Andrey_R
Messages: 441 Registered: January 2012 Location: Israel
|
Senior Member |
|
|
I have a server configured to German & english.
when i connect with SQLPLUS, i have German language server output,
but when i do "alter session set nls_language='AMERICAN'" - it solves the issue for me.
I need the same for expdp command, but I don't know how to do this.
I have tried to add a parameter nls_language, but expdp doesn't recognize it.
Is it possible to somehow see server output of the expdp & writing it to the log file in english?
Thanks in advance,
Andrey
|
|
|
|
Re: expdp displays output in German [message #564606 is a reply to message #564605] |
Sun, 26 August 2012 09:00 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Andrey_R
Messages: 441 Registered: January 2012 Location: Israel
|
Senior Member |
|
|
C:\......>expdp 'system@connstring' directory=DATA_PUMP_DIR dumpfile=TEST11.dmp schemas=TEST1 logfile=TEST11.log
Export: Release 11.2.0.1.0 - Production on ┬± └ÔÒ 26 15:26:48 2012
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Password:
Connected to: Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
┬¹´¯ÙÝ Õ‗± þÓ´¾±Û "SYSTEM"."SYS_EXPORT_SCHEMA_01": "system/********@connstring" dire
ctory=DATA_PUMP_DIR dumpfile=TEST11.dmp schemas=TEST1 logfile=TEST11.log
┬¹´¯ÙÝ Õ‗± ¯÷ÕÝÛÓ ± ´¯ý¯¨³■ ýÕ‗¯õÓ BLOCKS...
╬ßÓßÓ‗¹ÔÓÕ‗± ¯ß·ÕÛ‗ ‗Þ´Ó SCHEMA_EXPORT/TABLE/TABLE_DATA
╬÷ÕÝÛÓ Þ‗¯ÒÓ ± ´¯ý¯¨³■ ýÕ‗¯õÓ BLOCKS: 0 KB
╬ßÓßÓ‗¹ÔÓÕ‗± ¯ß·ÕÛ‗ ‗Þ´Ó SCHEMA_EXPORT/USER
╬ßÓßÓ‗¹ÔÓÕ‗± ¯ß·ÕÛ‗ ‗Þ´Ó SCHEMA_EXPORT/DEFAULT_ROLE
╬ßÓßÓ‗¹ÔÓÕ‗± ¯ß·ÕÛ‗ ‗Þ´Ó SCHEMA_EXPORT/TABLESPACE_QUOTA
╬ßÓßÓ‗¹ÔÓÕ‗± ¯ß·ÕÛ‗ ‗Þ´Ó SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
├ÙÓÔÝÓ ‗ÓßÙÞ÷Ó "SYSTEM"."SYS_EXPORT_SCHEMA_01" ¾±´Õ°Ý¯ þÓÒ¾µÕÝÓ/Ô¹Ò¾µÕÝÓ
******************************************************************************
ÈÓÚÙ õÓý´Ó, ÝÓþÝÓ¸ÕÝÝ¹Ú õÙ SYSTEM.SYS_EXPORT_SCHEMA_01:
/usr/datapump/TEST11.dmp
ÃÓõÓÝÞÕ "SYSTEM"."SYS_EXPORT_SCHEMA_01" ¾±´Õ°Ý¯ þÓÔÕ°Õݯ Ô 15:26:34
C:\......>
I want this in english, so I'll understand what it does, and can be sure my expdp went well.
|
|
|
|
|
|