如何使用sql Developer备份和恢复数据库(oracle 9i)
请问有什么方法可以通过Sql Developer备份和恢复Oracle 9i数据库吗?
尽管我是一名开发人员并且没有 DBA 权限,但我还是被要求这样做。
提前致谢, 萨维莎
Could you please let me know is there any way to backup and restore Oracle 9i database through Sql Developer.
I've been asked to do it though I am a developer and don't have DBA rights.
Thanks in advance,
Savitha
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
不,不是真的。您应该使用 RMAN 进行备份和恢复。
查看备份和恢复路线图了解具体位置你应该了解 9i 备份。
No. Not really. You should use RMAN to do backup and recovery.
Check out the Backup and Recovery roadmap for where you should learn about 9i backup.
在 Oracles SQL Developer 中,单击菜单栏中的
Extras->;数据库复制。
为我工作。In Oracles SQL Developer click in the menue bar on
Extras-> Database Copy.
Worked for me.用于备份和恢复的 GUI 是 Oracle Enterprise Manager 网格或数据库控制台。
要检查 OEM 的运行位置,请登录数据库服务器。将您的环境设置为数据库并运行
The GUI to use for backup and recovery is Oracle Enterprise Manager Grid- or Datbase console.
To check where OEM is running log on to the database server. Set your environment to the database and run
无法进行备份和恢复。通过 sql Developer 恢复。您应该使用 RMAN。
It is not possible to do backup & recovery thru sql developer. You should use RMAN.
如果您只需要保留数据的副本,则可以使用“工具”菜单项中的“导出表”和“导入表”操作作为备份和还原的替代方法。
You can use the Export Tables and Import Tables actions from the Tools menu item as an alternative to backup and restore, if all you need is to keep a copy of just the data.