[20210529]延迟打开数据库.txt --//不知道这样操作有什么作用,记录一下: SYS@book> set timing on SYS@book> startup mount; ORACLE instance started. Total System Global Area 676491264 bytes Fixed Size 2256192 bytes Variable Size 239076032 bytes Database Buffers 427819008 bytes Redo Buffers 7340032 bytes Database mounted. SYS@book> oradebug setmypid Statement processed. SYS@book> set timing on SYS@book> oradebug event db_open_begin delay=20 Statement processed. SYS@book> alter database open ; Database altered. Elapsed: 00:00:21.64 SYS@book> select sysdate from dual ; SYSDATE ------------------- 2021-06-02 08:59:32 Elapsed: 00:00:00.00 --//看看alter的记录: alter database open --//执行前等20秒后采用如下信息。 Wed Jun 02 08:59:30 2021 LGWR: STARTING ARCH PROCESSES Wed Jun 02 08:59:30 2021 ARC0 started with pid=22, OS id=36296 ARC0: Archival started LGWR: STARTING ARCH PROCESSES COMPLETE ARC0: STARTING ARCH PROCESSES Thread 1 opened at log sequence 1173 Current log# 2 seq# 1173 mem# 0: /mnt/ramdisk/book/redo02.log Successful open of redo thread 1 Wed Jun 02 08:59:31 2021 MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set Wed Jun 02 08:59:31 2021 SMON: enabling cache recovery Wed Jun 02 08:59:31 2021 ARC1 started with pid=23, OS id=36298 [36291] Successfully onlined Undo Tablespace 2. Undo initialization finished serial:0 start:1054168652 end:1054168722 diff:70 (0 seconds) Verifying file header compatibility for 11g tablespace encryption.. Verifying 11g file header compatibility for tablespace encryption completed SMON: enabling tx recovery Database Characterset is ZHS16GBK No Resource Manager plan active replication_dependency_tracking turned off (no async multimaster replication found) WARNING: AQ_TM_PROCESSES is set to 0. System operation might be adversely affected. --//不过执行如下效果一样: SYS@book> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down. SYS@book> startup mount; ORACLE instance started. Total System Global Area 676491264 bytes Fixed Size 2256192 bytes Variable Size 239076032 bytes Database Buffers 427819008 bytes Redo Buffers 7340032 bytes Database mounted. SYS@book> set timing on SYS@book> alter system set events 'db_open_begin delay=10' ; System altered. Elapsed: 00:00:00.00 SYS@book> alter database open; Database altered. Elapsed: 00:00:11.63 --//alert: alter database open Wed Jun 02 09:06:39 2021 LGWR: STARTING ARCH PROCESSES Wed Jun 02 09:06:39 2021 ARC0 started with pid=22, OS id=36475 ARC0: Archival started LGWR: STARTING ARCH PROCESSES COMPLETE ARC0: STARTING ARCH PROCESSES Thread 1 opened at log sequence 1173 Current log# 2 seq# 1173 mem# 0: /mnt/ramdisk/book/redo02.log Successful open of redo thread 1 Wed Jun 02 09:06:40 2021 MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set Wed Jun 02 09:06:40 2021 SMON: enabling cache recovery Wed Jun 02 09:06:40 2021 ARC1 started with pid=23, OS id=36477 [36469] Successfully onlined Undo Tablespace 2. Undo initialization finished serial:0 start:1054597802 end:1054597862 diff:60 (0 seconds) Verifying file header compatibility for 11g tablespace encryption.. Verifying 11g file header compatibility for tablespace encryption completed SMON: enabling tx recovery Database Characterset is ZHS16GBK No Resource Manager plan active replication_dependency_tracking turned off (no async multimaster replication found) WARNING: AQ_TM_PROCESSES is set to 0. System operation might be adversely affected.
[20210529]延迟打开数据库.txt
来源:这里教程网
时间:2026-03-03 16:43:48
作者:
编辑推荐:
- [20210529]延迟打开数据库.txt03-03
- [20210520]关于主键索引问题.txt03-03
- [20210520]11g shared pool latch与library cache mutex的简单探究.txt03-03
- [20210520]11g shared pool latch与library cache mutex的简单探究3.txt03-03
- Oracle 单机配置DataGuard03-03
- [20210521]11g shared pool latch与library cache mutex的简单探究4.txt03-03
- oracle动态注册服务名03-03
- goldengate目标端复制进程延迟03-03
下一篇:
相关推荐
-
雷神推出 MIX PRO II 迷你主机:基于 Ultra 200H,玻璃上盖 + ARGB 灯效
2 月 9 日消息,雷神 (THUNDEROBOT) 现已宣布推出基于英
-
制造商 Musnap 推出彩色墨水屏电纸书 Ocean C:支持手写笔、第三方安卓应用
2 月 10 日消息,制造商 Musnap 现已在海外推出一款 Oce
热文推荐
- oracle动态注册服务名
oracle动态注册服务名
26-03-03 - goldengate目标端复制进程延迟
goldengate目标端复制进程延迟
26-03-03 - 业务系统不释放资源,引起临时表空间报ORA-1652错误
业务系统不释放资源,引起临时表空间报ORA-1652错误
26-03-03 - 网校在线招生模板,快速定制出属于自己的网校小程序
网校在线招生模板,快速定制出属于自己的网校小程序
26-03-03 - 【ORACLE12C】oracle 12C wmsys.wm_concat()函数
- 2021超实用淘宝运营技巧,教你如何与客户做朋友
2021超实用淘宝运营技巧,教你如何与客户做朋友
26-03-03 - Oracle SCN健康状态检查
Oracle SCN健康状态检查
26-03-03 - PLSQL只安装客户端的配置
PLSQL只安装客户端的配置
26-03-03 - 12c rac-rac dg broker和fast-failover及客户端TAF配置详细步骤
- OGG抽取进程延迟100多小时
OGG抽取进程延迟100多小时
26-03-03
