2007/12/27 17:01 작업/데이터베이스
Oracle 데이터 import/export
간단한 오라클 데이터 import / export 명령어
Export
exp {userid}/{passwd} file={dump filename}
Import
imp {userid}/{passwd} file={dump filename} ignore=y commit=y
'작업 > 데이터베이스' 카테고리의 다른 글
| MS-SQL Server 데이터베이스 주의대상 장애 복구 방법(LDF파일 오류) (0) | 2008/12/10 |
|---|---|
| 오라클 테이블스페이스 데이터파일 추가 (0) | 2008/07/20 |
| Oracle Tablespace 빈공간 확인 명령 (0) | 2008/06/16 |
| Oracle 데이터 import/export (0) | 2007/12/27 |
| 데이터베이스별 랜덤으로 레코드 가져오기 쿼리 (0) | 2007/10/04 |
| 오라클의 휴지통 기능 (2) | 2007/09/05 |
