원문 : 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

실행


 

 

번호 제목 글쓴이 날짜 조회 수
115 온라인 백업/리스토어 (imp/exp) 조인상 2010.05.09 43625
114 아카이브 모드로 변환하기 조인상 2010.05.12 16425
113 OS재설치 후 오라클 복구(솔라리스) 조인상 2010.05.12 10359
112 백업에 관한 조언 조인상 2010.05.12 8781
111 필수로 암기해야 할 view 들... 조인상 2010.05.12 9232
110 오라클 뷰들... 조인상 2010.05.12 9492
109 9i 에서의 언두세그먼트 관리 조인상 2010.05.12 11011
108 오라클 재시작시에 롤백세그먼트 OFFLINE 조인상 2010.05.12 9475
107 오라클 버전업 후 exp할때 ORA-00904에러 조인상 2010.05.12 14088
106 아카이브 로그 강제로 생성하는 명령어 조인상 2010.05.12 14729
105 오라클 패치 후 export가 안된다! [1] 조인상 2010.05.12 14517
104 control file 재생성하기 조인상 2010.05.12 15349
103 온라인 백업방법 begin~end backup 조인상 2010.05.12 22780
102 64비트 Solaris에 오라클 9.2.0 설치 하기 조인상 2010.05.12 14098
101 처음 오라클 설치시 SGA 영역크기 정하는 규칙 조인상 2010.05.12 12067
100 오라클에 접속하는 최대 인스턴스개수(세션개수)를 늘리는 방법 조인상 2010.05.12 10773
99 인텔 펜티엄4 기반 Windows에 설치시 오류에 대해서 조인상 2010.05.12 8710
98 오라클 8.1.7 -> 7.3.4 로 DB data 이전 조인상 2010.05.12 10491
97 캐릭터셋 변경방법 조인상 2010.05.12 11101
96 [기타] 디비튜닝에 대한 질문과답변내용... 조인상 2010.05.12 9398
서버에 요청 중입니다. 잠시만 기다려 주십시오...