码迷,mamicode.com
首页 > 其他好文 > 详细

mos中Port-Specific的意思

时间:2015-06-18 19:48:06      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:

mos中Port-Specific的意思。

今天有一个哥们说了一个bug,bug号是Bug 16884689,关键点不在于是什么样的bug,关键点在于该bug的描述有这么一点:影响平台  Port-Specific

这个Port-Specific 是啥意思?于是我就用“Port-Specific”为关键字在mos中搜索了一下,找到了一下一篇文章:

Size of Redo Log Files (文档 ID 111655.1)

Problem Description
-------------------

You notice that there is a discrepancy between the size of your online redo logs as reported in V$LOG, and that reported by the o/s.
For example on Compaq Tru64 Unix:

SELECT bytes from V$LOG 

    BYTES
---------
  1048576
  1048576
  1048576
  1048576

ls -l for On-Line rego logs
       1049600


Solution Description
--------------------
 
The online redo logs (and also archived logs) have a header block which is not reported in the V$VIEWS.  
The size of this block is port-specific.  1024 bytes on Compaq Tru 64 unix, 512 bytes on Solaris etc.

结合如上所述,基本上能断定如下:Port-Specific是 指定平台的意思。

mos中Port-Specific的意思

标签:

原文地址:http://blog.csdn.net/msdnchina/article/details/46550779

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!