oracle sql expdp - >数据库泵,而用户写入数据库

问题描述:

我在openSuse上使用Oracle 11GR2,我们使用所有模式的命令expdp执行Oracle Data Pump。oracle sql expdp - >数据库泵,而用户写入数据库

我的问题是:如果用户通过应用程序更新数据库,而expdp命令在服务器上运行,会发生什么情况。

我保证得到一致的状态吗?

没有你的不是,除非你指定:FLASHBACK_TIME或FLASHBACK_SCN

这里是链接到文件:

https://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_export.htm#SUTIL850