원문 : 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 LOCK 문제 확인과 해결 방법 조인상 2010.05.12 18710
34 HP-UX 에 오라클 설치 조인상 2011.02.18 19157
33 ASM 정리자료 조인상 2012.04.26 19525
32 SQL study - 특정열 앞에 순차적인 값 붙여 나열하기 조인상 2012.11.23 19877
31 [설치장애기] 64비트 windows 2003에 오라클 10.2.0.1 32비트 설치시 ORA-12564에러 조인상 2010.05.12 19985
30 REDO 로그 그룹의 용량을 늘리기 [1] 조인상 2013.05.22 20120
29 ORA-12705: Cannot access NLS data files or invalid environment specified 조인상 2011.01.01 20170
28 오라클 복구 시나리오 조인상 2010.05.12 20270
27 오라클 exp 유틸리티를 이용한 백업 조인상 2010.09.15 20565
26 Diagnosing and Resolving ORA-4030 errors (Oracle Metalink) 조인상 2011.10.31 21974
25 오라클 10g 이상의 SGA영역 자동화(sga_target 파라미터) 조인상 2011.04.05 22071
24 AIX 6.1에 오라클 9i 설치 조인상 2012.03.24 22232
23 Introduce Oracle ExaData 조인상 2012.05.24 22642
22 온라인 백업방법 begin~end backup 조인상 2010.05.12 22780
21 online backup(archive log mode) 조인상 2010.05.12 23082
20 ORA-01089 : 오라클 프로세스를 kill 한 후 로그인 못 할때 조인상 2010.06.20 23314
19 Oracle Database 2 Day DBA - 부록 A. ASM file 조인상 2012.04.05 23593
18 windows용 오라클 온라인 백업 스크립트 file 조인상 2010.07.01 23795
17 ORA-01555 : snapshot too old: rollback segment number %s with name \"%s\" too small ischo 2012.04.10 24395
16 Oracle 설치문서에서 보는 ASM file 조인상 2012.03.30 24826
서버에 요청 중입니다. 잠시만 기다려 주십시오...