今天RAC(11.2.0.1.0)重启,一个节点启动正常,而另外个节点无法启动,报错信息如下: SQL> conn / as sysdba Connected to an idle instance。 SQL> startup ORA-03113: end-of-file on communication channel 查看告警日志没有任何相关的ORA错
SQL Sharing Criteria Oracle automatically determines whether a SQL statement or PL/SQL block being issued is identical to another statement currently in the shared pool. Oracle performs the follow
sga_target 10g官档描述如下: SGA_TARGET specifies the total size of all SGA components. If SGA_TARGET is specified, then the following memory pools are automatically sized: Buffer cache (D
Direc t-Path Insert(直接路径插入) Direct -Path Insert 通过直接在表中已存在的数据后面添加数据,直接将数据写入数据文件中,而忽略掉了 Buffer Cache。为了能在意外时恢复数据,每一个数据修改都会被记录到 Redo Log 中。然而,由于 Redo Log 需要写入到物理文件中去,是一个比较消耗性能的操作。为了提高性能,我们在批量写入数据时就可以通
与RAC集群有关的进程 1)常驻系统的通用进程 ocssd.bin evmd.bin evmlogger.bin crsd.bin 这些通用进程需要在各种平台和数据库版本上都会启动。 2)特有进程 oprocd: 在UNIX平台当第三方集群软件为运行时会启动该进程;在Linux平台上会在Oracle 10.2.0.4这个版本上启动该进程 oclsvmon.bin: 随第三
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号