关于导出DMP
exp test/test@orcl file=d:\test.dmp full=y;
exp test/test@orcl file=d:\test.dmp owner=test;
请问这两句DMP语句出来的结果有差别吗?
------解决方案--------------------显然 full=y 是导出完整数据库,而 owner=test 是指导出方案 test 下的数据库对象。
------解决方案--------------------
对,完整的数据库。。所有的owner