원문 : 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 일반유저에게 kill session 권한 주기 ischo 2019.08.12 22254
114 Oracle expdp 로 백업하기 조인상 2015.02.23 9092
113 ORA-28040 : No matching authentication protocol 조인상 2014.11.13 67285
112 ORA-28002 : the password will expired within N days 조인상 2014.01.09 11274
111 REDO 로그 그룹의 용량을 늘리기 [1] 조인상 2013.05.22 15176
110 checkpoint not complete에 대해서 ischo 2013.05.22 248
109 Oracle Database 10g: New Features for Oracle8i OCPs 조인상 2013.05.13 13467
108 SQL developer 실행시 jvm.dll 오류 발생 조치 방법 조인상 2013.01.23 19758
107 Orace Lisence 정책 조인상 2013.01.22 13811
106 SQL study - 특정열 앞에 순차적인 값 붙여 나열하기 조인상 2012.11.23 14834
105 datafile, redolog, controlfile 위치 변경하기 조인상 2012.08.02 24615
104 Introduce Oracle ExaData 조인상 2012.05.24 13693
103 ASM 정리자료 조인상 2012.04.26 14509
102 ORA-01555 : snapshot too old: rollback segment number %s with name \"%s\" too small ischo 2012.04.10 19261
101 Oracle Database 2 Day DBA - 부록 A. ASM file 조인상 2012.04.05 18675
100 Oracle 설치문서에서 보는 ASM file 조인상 2012.03.30 19745
99 AIX 6.1에 오라클 9i 설치 조인상 2012.03.24 17334
» ORA-04063: package body "EXFSYS.DBMS_EXPFIL_EXP" has errors 조인상 2012.01.04 20761
97 AIO on HP-UX filesystem 조인상 2011.11.01 13222
96 Diagnosing and Resolving ORA-4030 errors (Oracle Metalink) 조인상 2011.10.31 13205
서버에 요청 중입니다. 잠시만 기다려 주십시오...