file_id 和 relative_fno二者的关系

Posted by Vincent on September 12, 2008

  • file_id被称为 绝对文件号,relative_fno被称为相当文件号
  • 二者在大部分的时候,都是相等的
  • file_id在整个数据库中是唯一的;relative_fno在整个tablespace中是唯一的,在数据库中不唯一
  • 一个tablespace中的最大文件数量为1023,所以,一旦超过该极限,则relative_fno将重新计算

This work is licensed under a CC A-S 4.0 International License.