oracle导入导出数据命令

导入数据命令:
imp username/password@databasename file=d:/data.dmp

导出命令:
exp username/password@databasename file=d:/data.dmp tables=(t1,t2) query=\" where field1 like '00%' \"
 

猜你喜欢

转载自zhoupuyue.iteye.com/blog/1335279