[b]EXP命令[/b]:
[b]IMP命令[/b]:
注意:tables参数可以搭配通配符‘%’使用。
例如:
exp user/pwd@dbsid tables=(table1,table2) rows=y file=d:\tabs.dmp
[b]IMP命令[/b]:
imp user/pwd@dbsid full=y file=d:\tabs.dmp
或者
imp user/pwd@dbsid fromuser=user touser=user file=d:\tabs.dmp
或者
imp user/pwd@dbsid tables=(table1,table2) file=d:\tabs.dmp
注意:tables参数可以搭配通配符‘%’使用。
例如:
exp user/pwd@dbsid tables=SMS% file=d:\tabs.dmp
会导出以'SMS'开头的表。imp同样也可以使用通配符。