원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

에러내용 : export 시에 에러 발생.


EXP-00008: ORACLE error 4063 encountered
ORA-04063: package body "EXFSYS.DBMS_EXPFIL_EXP" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at "EXFSYS.DBMS_EXPFIL_DEPASEXP", line 61
ORA-06512: at line 1
EXP-00083: The previous problem occurred when calling EXFSYS.DBMS_EXPFIL_DEPASEXP.schema_info_exp
. exporting user history table
. exporting default and system auditing options
. exporting statistics
Export terminated successfully with warnings.

 

 

 

에러내용 확인

 

04063, 00000, "%s has errors"
// *Cause:  Attempt to execute a stored procedure or use a view that has
//          errors.  For stored procedures, the problem could be syntax errors
//          or references to other, non-existent procedures.  For views,
//          the problem could be a reference in the view's defining query to
//          a non-existent table.
//          Can also be a table which has references to non-existent or
//          inaccessible types.
// *Action: Fix the errors and/or create referenced objects as necessary.

 

 

 

 

 

해결 :

EXFSYS 스키마가 존재하지 않으면 설치해줘야 한다.

이 스키마는 기본적으로 설치되는  "typical installation" 항목에 포함되지 않는다.

 

SYSDBA 로 로그인한후
@$ORACLE_HOME/rdbms/admin/catexf.sql

실행


 

 

번호 제목 글쓴이 날짜 조회 수
35 online backup(archive log mode) 조인상 2010.05.12 19446
34 패치 중 OS 문제로 runInstaller가 끊길때 조인상 2010.05.12 6439
33 OPATCH(V9.2) 기능 및 사용가이드 조인상 2010.05.12 6586
32 Opatch : 다재다능한 패치 관리 유틸리티 file 조인상 2010.05.12 10329
31 datafile 위치 변경하는 방법 조인상 2010.05.12 10104
30 오라클 startup & shutdown 쉘 스크립트 짜는 법 조인상 2010.05.12 11630
29 [oerr] ORA-19206: Invalid value for query or REF CURSOR parameter 조인상 2010.05.12 7483
28 SGA 크기를 결정하는 방법 조인상 2010.05.12 8969
27 오라클 튜닝 - 옵티마이저 조인상 2010.05.12 7337
26 AIX5.2 + 9.2.0.1.0 install + 9.2.0.5.0 patch 조인상 2010.05.12 7299
25 Aix 5L에서 오라클9i 설치법 조인상 2010.05.12 9715
24 LOCK 문제 확인과 해결 방법 조인상 2010.05.12 15162
23 오라클 유저 생성 및 변경/삭제 조인상 2010.05.12 11420
22 [사이트 소개]오라클 사용자 그룹 조인상 2010.05.12 5726
21 테이블스페이스 사용현황 확인하는 스크립트 조인상 2010.05.12 7571
20 [기타] 디비튜닝에 대한 질문과답변내용... 조인상 2010.05.12 5728
19 캐릭터셋 변경방법 조인상 2010.05.12 7369
18 오라클 8.1.7 -> 7.3.4 로 DB data 이전 조인상 2010.05.12 6936
17 인텔 펜티엄4 기반 Windows에 설치시 오류에 대해서 조인상 2010.05.12 5809
16 오라클에 접속하는 최대 인스턴스개수(세션개수)를 늘리는 방법 조인상 2010.05.12 7155
서버에 요청 중입니다. 잠시만 기다려 주십시오...