Oracle datafile 数目限制是多少

DBMS_PDB.DESCRIBE with large number of datafiile say 37183 datafiles hit ORA-600 kpdbPrepareXMLFromCtrlFile:tsindx (Doc ID 2781789.1)

3万多都没问题

Applies to:

Oracle Database - Enterprise Edition - Version 18.13.0.0.0 and later

Information in this document applies to any platform.

Symptoms

Generating PDB XML file , DBMS_PDB.DESCRIBE with large number of datafiles, in this case 37183 datafiles hit ORA-600 kpdbPrepareXMLFromCtrlFile:tsindx

Changes

Initially was hitting ORA-4030 for same operation and after applying fix for unpublished bug 32195815 now the error changed to the following.

ORA-600 kpdbPrepareXMLFromCtrlFile:tsindx, 65609, 65608

Cause

The cause of this issue is due to the following unpublished bug:

Bug 32872839 - DBMS_PDB.DESCRIBE 37183 DATAFILES HIT ORA-600 [KPDBPREPAREXMLFROMCTRLFILE:TSINDX

Please also reference the following:

Document 32872839.8 - Bug 32872839 - DBMS_PDB.DESCRIBE() Command May Fail With ORA-600: kpdbPrepareXMLFromCtrlFile:tsindx

Solution

Please apply patch 32872839 if available for your platform and database version. If no patch is available please open an SR with support to request one.

相关推荐
敲个大西瓜8 小时前
Redis一百道核心面试题
数据库·redis·缓存
無a伟11 小时前
Redis持久化详解:RDB与AOF原理、配置、优缺点
数据库
小罗水12 小时前
附录A 各微服务完整 application.yml 配置汇总
数据库·elasticsearch·微服务
muddjsv12 小时前
SQLite 外键进阶:CASCADE / SET NULL / 级联更新与完整性校验
数据库·sqlite
APItesterCris12 小时前
Open Claw 实战教程:5 分钟搭建京东商品自动化监控与数据分析系统
大数据·运维·数据库·数据仓库·自动化
Nturmoils13 小时前
查库存的 SQL 时灵时不灵,最后发现是 WHERE 里两个函数在打架
数据库
不想纳尼的青春14 小时前
where = 的作用?会影响性能吗?count(*) 和 count()哪个快?
数据库·oracle
倔强的石头_14 小时前
Spring Boot 接入金仓数据库:配置分层、启动自检与常见错误
数据库
杨云龙UP14 小时前
生产环境Oracle表空间扩容实战:使用Toad for Oracle图形界面新增Datafile(ASM+OMF)
linux·运维·数据库·oracle·表空间·asm 存储管理·toad
黑桃小柒714 小时前
Django模型关系:从一对多到多对多全解析
数据库·django·sqlite