행위

EXPORT DP

DB CAFE

Dbcafe (토론 | 기여)님의 2023년 10월 14일 (토) 02:46 판 (새 문서: == EXPORT DP == === EXPORT 파라미터 작성 === <source lang=shell> expdp 예시) $ expdp parfile=expdp_pump.par </source> * expdp_pump.par <source lang=sql> userid=system/oracle...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
thumb_up 추천메뉴 바로가기


1 EXPORT DP[편집]

1.1 EXPORT 파라미터 작성[편집]

expdp 예시)
$ expdp parfile=expdp_pump.par
  • expdp_pump.par
userid=system/oracle
directory=datapump
job_name=datapump
full=y
dumpfile= expdp_%U.dmp
filesize=100M


1.2 Package, Function, Procedure 만 EXPORT 하기[편집]

$expdp system/password directory=temp_dir filesize=10G schemas=scott dumpfile=scott%U.dmp logfile=scott.log 
          include=INDEX,PACKAGE,FUNCTION,PROCEDURE