Oracle Dump 파일 IMPORT 하기
Oracle Dump 파일 IMPORT 하기
커맨드라인을 통한 데이타 IMPORT 방법
형식
1
$ imp ${접속계정}/${접속비밀번호}@${데이타베이스 SID} file='${DUMP 파일의 저장위치}' full=y
샘플
1
$ imp scott/tiger@test file='./coolio.DMP' full=y
** DUMP 파일 업로드시에는 Dat, Log 파일을 모두 함께 올려준다.*
This post is licensed under
CC BY 4.0
by the author.