DB/관리

[펌] table 및 index creation script export

시처럼 음악처럼 2007. 1. 9. 15:58
 
exp scott/tiger file=a.dmp rows=n
imp scott/tiger file=a.dmp indexfile=index.sql

=>이렇게 하면, 해당 user의 table 및 index creation script를 받을 수 있습니다.
그리고, 참고로 tablespace에 존재하는 것은 segment 즉. table과 index만 존재합니다.
 

그밖의 object view, synonym, sequence등의 script를 받으려면,
Unix : strings a.dmp |grep VIEW > view.sql
windows : show=y 옵션