Oracle EXP-00091 Error When Export Database 오라클 데이터베이스를 수출 - 00091 오류가 발생했습니다 내보내기

When trying to do a Oracle database dump or export, be it full entire database export or a particular user or table export, the following message may appears right after status of exporting a table. 오라클 데이터베이스를 시도할 때 필요가 덤프 또는 수출, 전체 데이터베이스는이 전체 수출 또는 특정 사용자 또는 테이블을 수출, 다음과 같은 메시지가 나타납니다 수출의 테이블의 상태를 바로 뒤에합니다.

EXP-00091: Exporting questionable statistics. 수출 - 00091 : 수출 의심스러운 통계를합니다.

The cause for this error is because statistics may not be useable although Export was able to export statistics. 이 때문에이 오류에 대한 원인 통계를 사용할 수 있지만되지 않을 수있습니다 수출 통계를 내보낼 수있었습니다. The statistics are questionable because one or more of the following happened during export: 통계 자료는 다음과 같은 문제가 있었을 때 하나 혹은 그 이상의 때문에 내보내기 :

  • A row error occurred 행 오류가 발생했습니다
  • Client character set or NCHARSET (where you run the Export) does not match with the server (database character set) 클라이언트 문자 세트 또는 ncharset (여기서을 실행하고 내보내기)와 서버 사이에 일치하지 않습니다 (데이터베이스 문자 집합)
  • A query clause was specified on export, only certain partitions or subpartitions were exported 검색어에 지정된 항목은 수출, 수출됐다에만 특정 파티션이나 subpartitions
  • A fatal error occurred while processing a table 테이블을 처리하는 동안 치명적인 오류가 발생했습니다

The resolution is to export non-questionable statistics, change the client character set or NCHARSET to match the server, export with no query clause, or export complete tables. - 의심스러운 통계가 아닌 수출의 해상도를 변경하거나 ncharset는 클라이언트 문자 세트와 일치하도록 서버를 쿼리 조항이없는 수출, 또는 수출 완료 테이블을합니다.

Most commonly, the EXP-00091 happens when the character set of client where Exp is running is different from character set of Oracle database server. 가장 일반적으로, 수출 - 00091 발생의 클라이언트의 문자 집합이 실행되고있는 수출 오라클의 데이터베이스 서버는 다른 문자 집합을합니다.

To solve this issue, try setting the NLS_LANG environment variable at the OS level, prior to the export session, to match your database character set. 이 문제를 해결하기 시도 nls_lang 환경 변수를 설정하여 운영 체제 수준, 이전에 수출 세션을 데이터베이스에 맞게 문자 집합을합니다. Syntax as follow, change the character set to your database’s character set. 구문을 다음으로 변경하여 데이터베이스의 문자 집합의 문자 집합합니다.

export NLS_LANG=WE8ISO8859P1 수출 nls_lang = we8iso8859p1

For easier way of resolution, export with option “STATISTICS=NONE”. 쉬운 방법에 대한 해결 방법, 수출과 옵션을 "통계 = 없음". Also, if you’re using Oracle 10g, use Oracle Date Pump’s expdp and impdp instead of instead of exp and imp to export and import the data. 또한, 오라클 10g를 사용하는 경우를 사용하고 expdp 오라클 날짜 impdp 대신에 펌프의 수출과 수입 대신에 데이터를 수출과 수입을합니다.

It’s pretty safe to say that if EXP-00091 is the only error message, the export’s row data is without any problems. 아주 안전하게 말할 수출 - 00091가 유일한 경우 오류 메시지가 데이터는 아무 문제없이 수출의 행. If desired, import parameters can be supplied so that only non-questionable statistics will be imported, and all questionable statistics will be recalculated. 원하는 경우, 수입 매개 변수를 제공할 수있습니다 수 있도록 수입 이외 - 의심스러운 통계가 및 모든 의문에 대한 통계를 다시 계산합니다.

At the beginning of Export, the charset of the database will be shown. 의 시작 부분에 수출, 문자의 데이터베이스가 표시됩니다. Else, you will need to use “show parameter nls” in SQL*Plus to check what charset the Oracle database is using. 다른을 사용해야합니다 "표시 매개 변수를 nls"sql * 플러스를 확인하는 것은 오라클 데이터베이스가 사용하는 문자 집합합니다.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 사항 : 이것은 기계 번역 페이지는 "있는 그대로"제공하지 않고 보증합니다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 를 참조하시기 바랍니다 original English article 기존 영어 자료 whenever possible. 언제 수있습니다.

Share and contribute or get technical support and help at 를 공유하고 기술 지원 및 도움을 공헌하지 않는다면 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.



2 Responses to “Oracle EXP-00091 Error When Export Database” 2 개의 응답을 "오라클 수출 - 00091 오류가 발생했습니다 수출 데이터베이스"

  1. Martin 마틴
    January 25th, 2007 19:30 2007년 1월 25일 19:30
    1

    Muy util la info, muchas gracias 루이 유틸리티 라 정보, 무차스

  2. Oracle Point, Oracle Life. 오라클 포인트, 오라클 생활합니다. » Experience error EXP-00091 while exporting entire database »경험을 전체 데이터베이스를 내보내는 동안 오류가 수출 - 00091
    August 9th, 2007 02:18 2007년 8월 9일 02:18
    2

    [...] character set or NCHARSET (where you run the Export) does not match with the server (database character [...] [...] 캐릭터 ncharset을 설정하거나 (여기서을 실행하고 내보내기)와 서버 사이에 일치하지 않습니다 (데이터베이스 문자 [...]

Leave a Reply 남길 회신

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 이러한 태그를 사용할 수있습니다 : <a href="" title=""> <acronym title=""> <abbr title=""> <blockquote cite=""> <b> <cite> <code> <델 날짜 = ""> <em> <i> <strike> '<q cite="">

Subscribe without commenting 논평없이 구독 신청
이메일


Custom Search

New Articles 새로운 기사

Incoming Search Terms for the Article 이 문서에 대한 검색어를 수신

exp-00091 수출 - 00091 - - oracle exp-00091 오라클 수출 - 00091 - - exp statistics 수출 통계 - - EXP-00091: Exporting questionable statistics 수출 - 00091 : 수출 의심스러운 통계 - - exp 00091 수출 00,091 - - EXP-00091: Exporting questionable statistics. 수출 - 00091 : 수출 의심스러운 통계를합니다. - - EXP-00091: 수출 - 00091 : - - EXP-00091 oracle 수출 - 00091 오라클 - - oracle exp statistics 오라클 수출 통계 - - EXP-0091 수출 - 0091 - - exp statistics=none 수출 통계 = 없음 - - oracle exp charset 오라클 수출 문자 집합 - - Oracle exporting questionable statistics 오라클 수출 의심스러운 통계 - - oracle EXP-00091: Exporting questionable statistics. 오라클 수출 - 00091 : 수출 의심스러운 통계를합니다. - - oracle questionable statistics 오라클 의심스러운 통계 - - oracle exp 오라클 수출 - - questionable statistics oracle 의심스러운 통계 오라클 - - "exp-00091" "수출 - 00091" - - oracle export exp-00091 오라클 수출 수출 - 00091 - - oracle export nls_lang 오라클 수출 nls_lang - - oracle export questionable statistics 오라클 수출 의심스러운 통계 - - oracle exp character set 오라클 수출 문자 집합을 - - exp statistics= 수출 통계 = - - export STATISTICS=none 수출 통계 = 없음 - - oracle EXP-00091: Exporting questionable statistics 오라클 수출 - 00091 : 수출 의심스러운 통계 - - oracle exp statistics=none 오라클 수출 통계 = 없음 - - oracle export statistics 오라클 수출 통계 - - oracle export character set 오라클 수출 문자 집합을 - - EXP-00091 수출 - 00091 - - EXP-00091 Exporting questionable statistics 의심스러운 통계 수출 - 00091 수출 - - EXP-00091: 수출 - 00091 : - - oracle exp 00091 오라클 수출 00,091 - - Oracle "Exporting questionable statistics" 오라클 "수출 의심스러운 통계" - - exp NLS_LANG 수출 nls_lang - - oracle exp no statistics 오라클 수출 지역 통계 - - export database dump 수출 데이터베이스를 덤프 - - exp statistics Oracle 오라클 수출 통계 - - exp oracle database 오라클 데이터베이스를 수출 - - oracle client ncharset 오라클 클라이언트 ncharset - - EXP-00091 in Oracle 오라클 - 00091에 수출 - - oracle Ncharset 오라클 ncharset - - ORACLE ERROR EXP-00091 오라클 오류 수출 - 00091 - - oracle exp nls_lang 오라클 수출 nls_lang - - oracle export EXP-00091 오라클 수출 수출 - 00091 - - EXP NO STATISTICS 수출 지역 통계 - - oracle exp characterset 오라클 수출 문자 집합 - - oracle export no statistics 오라클 수출 지역 통계 - - exp oracle STATISTICS 오라클 수출 통계 - - oracle export database 오라클 데이터베이스를 내보내기 - - exp questionable statistics 수출 의심스러운 통계 - -