假设需要导出某个表table1,只导出表结构,不导出数据,可以使用如下()命令。
- AEXP user/pwd tables=(name,table1)file=export.dmp Rows=y
- BEXP user1/pwd table table1 file=extable1.dmp
- CEXP user/pwd tables=(name,table1)file=export.dmp Rows=n
- DEXP user1/pwd table=table1 file=extable1.dmp Rows=