USINGCURRENTLOGFILEhasbeen-成都快上网建站

USINGCURRENTLOGFILEhasbeen

一、Oracle 19c 告警日志

成都创新互联服务项目包括宝兴网站建设、宝兴网站制作、宝兴网页制作以及宝兴网络营销策划等。多年来,我们专注于互联网行业,利用自身积累的技术优势、行业经验、深度合作伙伴关系等,向广大中小型企业、政府机构等提供互联网行业的解决方案,宝兴网站推广取得了明显的社会效益与经济效益。目前,我们服务的客户以成都为中心已经辐射到宝兴省份的部分城市,未来相信会继续扩大服务区域并继续获得客户的支持与信任!

2020-01-19 20:40:26.193000 +08:00
Warning: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE has been deprecated.
Warning: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE has been deprecated.
alter database recover managed standby database using current logfile disconnect from session

告警提示USING CURRENT LOGFILE 已经废弃掉了。还好Oracle得很多命令是向后兼容得,按照原有得执行方式也不会有问题。

二、官方文档得使用方法

To start apply services on a physical standby database, ensure the physical standby database is started and mounted and then start Redo Apply.

Start apply services on a physical standby database as follows:

SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE;
This also automatically enables real-time apply provided the standby database is configured with a standby redo log and is in ARCHIVELOG mode.
--在Oracle 12c以后自动启动实时应用,备库需要配置standby redo log和打开归档日志。

Redo Apply can be run either as a foreground session or as a background process. To start Redo Apply in the foreground, issue the following SQL statement:

SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE;
If you start a foreground session, control is not returned to the command prompt until recovery is canceled by another session.

To start Redo Apply in the background, include the DISCONNECT keyword on the SQL statement. For example:

SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT;
--以后使用以上命令启动实时应用进程,还可以少敲一些命令,挺好挺好。
or

SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING ARCHIVED LOGFILE DISCONNECT;
This statement starts a detached server process and immediately returns control to the user. While the managed recovery process is performing recovery in the background, the foreground process that issued the RECOVER statement can continue performing other tasks. This command does not disconnect the current SQL session.

三、小结
1、不太忙得时候多看看数据库得告警日志,总会有新得发现。
2、每天看半个小时得官方文档,尤其是新版本得文档,还可以多学习学习英文,还是不错得。


本文名称:USINGCURRENTLOGFILEhasbeen
标题网址:http://kswjz.com/article/jspiso.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流