원문 : 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 8128
34 [9i feature] DB_CACHE_ADVICE / V$DB_CACHE_ADVICE 에 대해서 조인상 2010.05.12 8098
33 Red Hat Enterprise Linux AS release 3 (Taroon) 기반에서 오라클 9.2.0 설치하기 조인상 2010.05.12 8097
32 Oracle Flashback 복구 조인상 2010.05.12 7988
31 테이블의 특정 컬럼에 걸려있는 제약 조건의 확인 조인상 2010.05.12 7985
30 골든 5.7 버전 데모 file 조인상 2010.05.12 7878
29 Redhat Linux 8.0 에 Oracle 9i install 조인상 2010.05.12 7624
28 테이블스페이스 사용현황 확인하는 스크립트 조인상 2010.05.12 7571
27 오라클 10g OCP 라이센스 업그레이드 정보 조인상 2010.05.12 7535
26 [oerr] ORA-19206: Invalid value for query or REF CURSOR parameter 조인상 2010.05.12 7483
25 오라클 온라인백업스크립트 구성 예 조인상 2010.05.12 7447
24 time-based recovery 조인상 2010.08.24 7423
23 캐릭터셋 변경방법 조인상 2010.05.12 7369
22 9i 에서의 언두세그먼트 관리 조인상 2010.05.12 7346
21 오라클 튜닝 - 옵티마이저 조인상 2010.05.12 7337
20 Linux 32bit ( EntePrise AS 3.0) - 오라클 9.2.0.4 설치 조인상 2010.05.12 7337
19 AIX5.2 + 9.2.0.1.0 install + 9.2.0.5.0 patch 조인상 2010.05.12 7299
18 오라클에 접속하는 최대 인스턴스개수(세션개수)를 늘리는 방법 조인상 2010.05.12 7155
17 INCREMENTAL, CUMULATIVE, COMPLETE EXPORT & IMPORT 조인상 2010.05.12 7154
16 오라클 8.1.7 -> 7.3.4 로 DB data 이전 조인상 2010.05.12 6936
서버에 요청 중입니다. 잠시만 기다려 주십시오...