查看完整版本: Oracle 中导入导出.dmp文件

bufegar 2008-10-16 15:10

Oracle 中导入导出.dmp文件

导出:[code]exp region/123456 file=/tmp/regionforstk.dmp log=/tmp/regionforstk.log grants=y[/code]导入:[code]imp system/sys file=/home/oracle/regionforstk.dmp fromuser=region touser=regionforstk[/code]
页: [1]
查看完整版本: Oracle 中导入导出.dmp文件