Oracle 进出口
完整 Oracle 导出后,导入转储文件时是否会保留视图?
数据库版本是 11g 。
实用程序是 imp / exp 。
After a full Oracle export, are the views preserved when I import the dump file ?
The db version is 11g .
The utilities are imp / exp .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
视图已传输,但未优化。这意味着您拥有视图(DDL 可用),但它们尚未填充。
您可以在文档中看到在完整模式下,用户查看时显示“是”
The views are transferred, but not optimized. It means that you have the views (DDL is available), but they are not populated.
You can see in the documentation that in Full mode User views it says 'Yes'