博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
expdp/impdp使用sysdba权限迁移数据
阅读量:4675 次
发布时间:2019-06-09

本文共 254 字,大约阅读时间需要 1 分钟。

expdp 'userid="/ as sysdba"' directory=DATA_PUMP_DIR full=y logfile=fullexp.log estimate_only=yes;

expdp \'/ as sysdba\'  directory=DATA_PUMP_DIR full=y logfile=fullexp.log estimate_only=yes;

转载于:https://www.cnblogs.com/Clark-cloud-database/p/7813684.html

你可能感兴趣的文章