원문 : 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 오라클 삭제하는 방법 조인상 2010.05.12 14113
34 Unix 에서 Raw Device 사용법 조인상 2010.05.12 14154
33 테이블 컬럼의 데이터타입 변경 조인상 2010.05.12 14401
32 ASM 정리자료 조인상 2012.04.26 14527
31 SQL study - 특정열 앞에 순차적인 값 붙여 나열하기 조인상 2012.11.23 14851
30 LOCK 문제 확인과 해결 방법 조인상 2010.05.12 15165
29 REDO 로그 그룹의 용량을 늘리기 [1] 조인상 2013.05.22 15205
28 HP-UX 에 오라클 설치 조인상 2011.02.18 15759
27 ORA-12705: Cannot access NLS data files or invalid environment specified 조인상 2011.01.01 16491
26 [설치장애기] 64비트 windows 2003에 오라클 10.2.0.1 32비트 설치시 ORA-12564에러 조인상 2010.05.12 16548
25 오라클 복구 시나리오 조인상 2010.05.12 16684
24 오라클 exp 유틸리티를 이용한 백업 조인상 2010.09.15 16905
23 AIX 6.1에 오라클 9i 설치 조인상 2012.03.24 17355
22 오라클 10g 이상의 SGA영역 자동화(sga_target 파라미터) 조인상 2011.04.05 18436
21 Oracle Database 2 Day DBA - 부록 A. ASM file 조인상 2012.04.05 18696
20 ORA-01555 : snapshot too old: rollback segment number %s with name \"%s\" too small ischo 2012.04.10 19285
19 online backup(archive log mode) 조인상 2010.05.12 19446
18 ORA-01089 : 오라클 프로세스를 kill 한 후 로그인 못 할때 조인상 2010.06.20 19480
17 Oracle 설치문서에서 보는 ASM file 조인상 2012.03.30 19762
16 SQL developer 실행시 jvm.dll 오류 발생 조치 방법 조인상 2013.01.23 19783
서버에 요청 중입니다. 잠시만 기다려 주십시오...