Master Note: Troubleshooting Oracle Tablespace Management (文件 ID 1522807.1)
Master Note: Troubleshooting Oracle Tablespace Management (文件 ID 1522807.1)
In this Document
Applies to:Oracle Database - Enterprise Edition - Version 9.2.0.1 and laterInformation in this document applies to any platform. PurposeThis document is intended to assist Database Administrators resolve issues encountered involving managing tablespaces. Troubleshooting StepsConcepts
A database is divided into logical storage units called tablespaces, which group related logical structures (such as tables, views, and other database objects). A tablespace consists of one or more physical data files. Database objects assigned to a tablespace are stored in the physical data files of that tablespace. When you create an Oracle database, some tablespaces already exist, such as SYSTEM and SYSAUX(as of 10g). Common Issues Involving Oracle Tablespace Management
Most of the issues involving tablespaces deal with space management, monitoring space and knowing what should be done when particular out of space/unable to extend errors are encountered. The following content lists some of the available documents and known issues involving managing tablespaces, as well as information/issues affecting specific Oracle tablespaces.
SQL> select tablespace_name, contents, allocation_type, extent_management, segment_space_management from dba_tablespaces;
SYSTEM Tablespace IssuesThe SYSTEM tablespace contains the data dictionary for the entire database. SYSTEM (and SYSAUX from 10g onwards) are mandatory tablespaces that cannot be dropped, cannot be taken offline and are required for normal database functionality. A healthy SYSTEM tablespace is required for the database to operate as expected so storage issues should be avoided though proper maintenance and usage. Also, do not create objects in the SYSTEM tablespace. Here are some known issues involving the SYSTEM tablespace:
Note 463226.1 Size of Sys.C_obj#_intcol# cluster in system tablespace is growing
SYSAUX Tablespace Issues
The SYSAUX tablespace, introduced in 10g, is always created at database creation. The SYSAUX tablespace serves as an auxiliary tablespace to the SYSTEM tablespace. Because it is the default tablespace for many Oracle database features and products that previously required their own tablespaces, it reduces the number of tablespaces required by the database. It also reduces the load on the SYSTEM tablespace. Note 1399365.1 Troubleshooting Issues with SYSAUX
Temporary Tablespace IssuesTemporary tablespaces contain data that persists only for the duration of a user’s session. Oracle uses temporary tablespaces as work areas for tasks such as sort operations for users and sorting during index creation. The following is a troubleshooting guide specific to Oracle Temporary Tablespaces: Note 1524594.1 Master Note: Troubleshooting Oracle Temporary Tablespaces
UNDO Tablespace IssuesOracle provides a fully automated mechanism, referred to as automatic undo management, for managing undo information and space. With automatic undo management, the database manages undo segments in an undo tablespace. The following address some of the known issues encountered with Undo tablespaces:
Note 460481.1 Troubleshooting ORA-30036 - Unable To Extend Undo Tablespace Helpful Articles on UNDO TablespacesThe following are some useful articles on undo tablespaces:
Note 268870.1 How to Shrink the datafile of Undo Tablespace
Tablespace Monitoring IssuesOracle Enterprise Manager Database Control (Database Control) helps in managing the storage structures within the database. It can be used to view configuration, size, and status information about tablespaces. Alerts can be received in Database Control when a space usage threshold for a tablespace is reached. The following contain some known issues and recommendations:
Note 849498.1 Oracle Recommended Patches For Tablespace Monitoring using the Tablespace Space Used % metric
Oracle 12C: Note 1596545.1 EM 12c : How to Exclude TEMP and UNDO Tablespaces From The Tablespace Used (%) Metric To Avoid Event Alerts ? <Note 1541511.1> How to Test Whether the "Tablespace Space Used (%)" Metric Alert is Working as Expected for a Database Instance or Cluster Database Instance in Enterprise Manager 12c? Note > Troubleshooting The Metric Alert for Database Instance "Tablespace Space Used (%)" in Enterprise Manager 12c Cloud Control <Note 1532334.1> Troubleshooting a "Database Tablespace Space Used (%)" Alert issue in 12c Cloud Control
"unable to extend ... by %s in tablespace
|
|
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1274346/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-8103 Troubleshooting, Diagnostic and Solution (文件 ID 8103.1)
- Systematic Latch Contention Troubleshooting in OracleOracle
- Oracle OCP(48):UNDO TABLESPACEOracle
- Oracle Cluster Time ManagementOracle
- Oracle Shared Pool Memory ManagementOracle
- 【TABLESPACE】Oracle表空間最佳實踐Oracle
- 11g-Reduce Transportable Tablespace Downtime using XTTS (Doc ID 1389592.1)TTS
- 【TABLESPACE】Oracle 表空間結構說明Oracle
- Oracle 18c - 配置只讀 OracleHome / DBCA / Patching / Upgrade (文件 ID 2469646.1)Oracle
- Oracle 19c Database Management ToolsOracleDatabase
- 2.10.3 使用 Oracle Automatic Storage Management (Oracle ASM) 克隆資料庫OracleASM資料庫
- oracle 文件Oracle
- 【BUG】Oracle12c tablespace io statistics missing from awr reportOracle
- postgreSQL troubleshooting 故障分析SQL
- Master PDF Editor for Mac PDF文件編輯軟體ASTMac
- Oracle 最新PSU (Doc ID 2118136.2)Oracle
- Oracle OCP(13):GROUPING & GROUPING_ID & GROUP_ID & GROUPING SETSOracle
- Oracle OCP(33):官方文件Oracle
- Oracle遷移文件大全Oracle
- Migration Of An Oracle Database Across OS Platforms [ID 733205.1]OracleDatabaseROSPlatform
- Oracle 下載最新psu (Doc ID 2118136.2)Oracle
- MySQL 5.7 InnoDB Tablespace EncryptionMySql
- 【MOS】Creating a PDB ... Fails With ORA-17630 (文件 ID 2090019.1)AI
- Oracle DB 18c - 手動升級到 18c 的完整核對清單 (文件 ID 2469647.1)Oracle
- Customer Management
- ORACLE資料校驗文件Oracle
- 個人用_kubernetes_troubleshooting_reference
- 【Spark篇】---Spark故障解決(troubleshooting)Spark
- Pre-Upgrade Utility---下載並執行Oracle資料庫預升級實用程式 (文件 ID 1577379.1)Oracle資料庫
- 從 SAP 幫助文件的頁面,談談 SAP Content Management 的實現
- ORA-1653: unable to extend table by 1024 in tablespace(oracle表空間滿了的解決方案)Oracle
- Tablespace表空間刪除
- ! [rejected] master -> master (fetch first)AST
- Library Cache 診斷:Lock, Pin 以及 Load Lock (文件 ID 1548524.1)
- Oracle 11G 安裝文件Oracle
- Oracle 官方文件 結構說明Oracle
- Linux Troubleshooting 超實用系列 - Disk AnalysisLinux
- Memory Management in RustRust
- offline tablespace 的幾種方式 (轉)