RMAN 连接到错误的目标
当我运行 rman target / @mydb nocatalog cmdfile=%commands% msglog=%logfile%
时,我看到已连接到目标数据库:OTHERDB(DBID=3786352837,未打开)
。
帮助!
When I run rman target / @mydb nocatalog cmdfile=%commands% msglog=%logfile%
, I see connected to target database: OTHERDB (DBID=3786352837, not open)
.
Help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您的目标数据库 SID = HR_VMC,要连接此目标数据库,请发出以下命令以使用 RMAN 连接它
,它会显示 HR_VCM
打开另一个终端并从命令行发出以下 RMAN 命令
suppose your target database SID = HR_VMC, to connect this target database issue the following commands to connect it using RMAN
it shows the HR_VCM
open another terminal and from the comman line issue the following RMAN command
将环境变量 ORACLE_DB 设置为目标数据库有助于解决此问题。
StackOverflow 和 ServerFault 似乎因缺乏 Oracle 专业知识而受到困扰。虚弱的。
Setting environment variable ORACLE_DB to the target database helps the cause.
StackOverflow and ServerFault seem to suffer from lack of Oracle expertise. Weak.