我已经安装了11g R2网格基础设施,然后只安装了数据库软件。我还没有创建任何数据库。
当我打开asmca->磁盘组时,我可以看到在网格安装期间创建的磁盘组。当我选择磁盘组->查看服务数据库时,预期的结果是什么?我假设它是空的。但是,在我的例子中,我看到我的集群名(扫描名)是数据库名,使用的空间是.26GB。有人能澄清这件事吗。提前谢谢。

发布于 2014-04-17 07:19:53
即Oracle群集注册表(OCR),其中存储有关集群软件组件的信息。
http://docs.oracle.com/cd/E11882_01/rac.112/e 41959/内向.#CWADD90952 90952
它的大小为256 MB,或0.26GB,您可以用check检查这个值:
# ocrcheck
Status of Oracle Cluster Registry is as follows :
Version : 3
Total space (kbytes) : 262120
Used space (kbytes) : 2948
Available space (kbytes) : 259172
ID : 1703252243
Device/File Name : +OCR
Device/File integrity check succeeded
Device/File not configured
Device/File not configured
Device/File not configured
Device/File not configured
Cluster registry integrity check succeeded
Logical corruption check succeededhttps://dba.stackexchange.com/questions/63387
复制相似问题