Master Note - RDBMS Large Objects (LOBs) (Doc ID 1268771.1)

如何评估LOBs占用空间大小?
(1)

col segment_name format a30
set pagesize 10000
select a.segment_name, a.segment_type,
sum(a.bytes)/1024/1024 Bytes_MB
from dba_segments a, user_lobs b
where a.segment_name = b.segment_name
group by a.segment_name, a.segment_type;

(2)

set pagesize 10000
col tablespace_name format a10
col TS_Name format a10
col Col format a10
col segment_type format a12
select a.tablespace_name TS_Name, b.table_name,
b.column_name Col, a.segment_type,
sum(a.bytes)/1024/1024 Bytes_MB
from dba_segments a, user_lobs b
where a.segment_name = b.segment_name
group by a.tablespace_name, b.table_name,
b.column_name, a.segment_type;

(3)

col segment_name format a30
set pagesize 10000
select a.owner, a.segment_name, a.segment_type,
sum(a.bytes)/1024/1024 Bytes_MB
from dba_segments a, all_lobs b
where a.segment_name = b.segment_name
group by a.owner, a.segment_name, a.segment_type;

参考:

--- How-To / Best Practices ---There are good references for popular topics such as:Note 66046.1 - Example SQL Demonstrating use of LOBs in Oracle
Note 66431.1 - LOBS - Storage, Redo and Performance Issues
Note 162345.1 - LOBS - Storage, Read-consistency and Rollback
Note 268476.1 - LOB Performance Guideline
Note 468160.1 - DB 11.1: Introduction to SecureFiles-- Generic Diagnostics ---Note 198160.1 - Summary Note Index for BasicFiles (LOB's/BLOB's/CLOB's/NCLOB's,BFILES) and SecureFiles
Note 846562.1 - Troubleshooting Guide (TSG) - Large Objects (LOBs)** LOB Maintenance:
Note 1453350.1 How to Determine what storage is used in a LOBSEGMENT and should it be shrunk / reorganized?
Note 369883.1 - How to Calculate Space Used by LOB Segments in the Database
Note 464558.1 - How to export/import data with LOB type from one user/schema to another?
Note 453186.1 - How to move LOB Data to Another Tablespace when the Table also contains a LONG column
Note 130814.1 - How to move LOB Data to Another Tablespace
Note 761388.1 - How To Move Or Rebuild A Lob Partition
Note 871203.1 - How to move a LOB index to another tablespace ?
Note 802059.1 - Shrink LOB Segment On Partitioned Table
Note 1151414.1 - How to Remove Lob Indexes
Note 339851.1 - Lob Index Stored In System Tablespace** LOB Space issues
Note 48851.1 - OERR: ORA 1691 unable to extend lob segment %s.%s by %s in tablespace %s
Note 1014040.102 - How to Diagnose and Resolve ORA-1693: max # extents (%s) reached in lob segment %s.%s
Note 802897.1 - How to Release the Temp LOB Space and Avoid Hitting ORA-1652
Note 750209.1 - Temporary LOB space not released after commit: ora-1652 being hit** LOB Partitioning issues
Note 71106.1 - OERR: ORA-22877 invalid option specified for a HASH partition or subpartition** LOB Performance:
Note 175825.1 - Slow Performance importing LOB columns
Note 740075.1 - 'enq HW - contention' For Busy LOB Segment
Note 837883.1 - LOB HWM CONTENTION :Using AWR Reports to Identify the Problem; Confirm and Verify the Fix
Note 268476.1 - LOB Performance Guideline
Note 66431.1 - LOBS - Storage, Redo and Performance Issues
Note 978045.1 - POOR PERFORMANCE WITH LOB INSERTS** ORA-1555 on LOBs / LOB Corruption:
Note 846079.1 - LOBs and ORA-01555 troubleshooting
Note 293515.1 - ORA-1578 ORA-26040 in a LOB segment - Script to solve the errors
Note 1206814.1 - Logical corruption of LOB data during recovery.
Note 253131.1 - Concurrent Writes May Corrupt LOB Segment When Using Auto Segment Space Management (ORA-1555)
Note 452341.1 - ORA-01555 And Other Errors while Exporting Table With LOBs, How To Detect Lob Corruption.** SecureFile:
Note 861344.1 - 11g Advanced Compression - How to Check Space Occupied by LOB Compression

【Oracle】关于LOBs相关推荐

  1. Using Oracle SecureFiles LOBs

    Using Oracle SecureFiles LOBs From:http://docs.oracle.com/cd/E11882_01/appdev.112/e18294/adlob_smart ...

  2. DDL Commands for LOBs

    最近遇到log字段的问题,查阅资源看到这篇文章不错,转载过来以学习. 文章链接地址:http://www.idevelopment.info/data/Oracle/DBA_tips/LOBs/LOB ...

  3. git 代理 git_万物Git的资源

    git 代理 git Following my post on Git and its basic definitions, I decided to bundle up some more arti ...

  4. ux和pm_实践ux假设经常和早期谈论它们

    ux和pm Assumptions are everywhere in how we humans see the world. In any situation we find ourselves ...

  5. oracle t44,SecureFiles LOBs基础知识之存储篇

    SecureFiles LOBs相比于BasicFiles LOBs具有加密(encryption).去重(deduplicaiton).压缩(compression)等新功能,pctversion, ...

  6. Working with LOBs in Oracle and PHP

    原文链接:http://www.oracle.com/technetwork/articles/fuecks-lobs-095315.html Working with LOBs in Oracle ...

  7. oracle中的几大对象,oracle 4个大对象(lobs)类型介绍

    oracle 4个大对象(lobs)类型介绍 在oracle中,有4个大对象(lobs)类型可用,分别是blob,clob,bfile,nclob. 下面是对lob数据类型的简单介绍. blob:二进 ...

  8. 存取算法 oracle,JAVA存取Oracle的BFile和LOBs

    //通过JDBC从oracle里面取BFile(LOB)类型数据存储到磁盘 /** * * @author Liu Yuanyuan */ Private void getBFile() { Conn ...

  9. oracle数据库中的大对象2—— temporary lobs

    到目前为止,我们讨论的都是持久化到数据库中的lob数据,但是实际应用中,我们有时候并不需要将数据持久化到数据库中,那么就需要用到Temporary lob(临时lob),它就像局部变量一样,并不持久化 ...

最新文章

  1. Modernizr:HTML5和CSS3的开发利器
  2. 推荐一款非常好用的java反编译工具(转)
  3. Android 横竖屏切换时 Dialog 布局自适应
  4. python 字体_python docx字体设置
  5. 前端学习(1615):前端系列实战课程之javascript简介
  6. java责任链设计模式 订单_Java责任链设计模式实例分析
  7. 大脑遗忘与数据结构中的对列相似
  8. Java 发送 Http请求工具类
  9. Mysql 的ERROR 1005 (HY000): Can't create table 'xxx' (errno: 150)
  10. 京东类目如何修改,批量修改京东分类教程
  11. Blocking Queue三种加入队列方法对比
  12. c语言文字表达式,【原创】化学方程式配平算法的设计与实现( 非Naylon版)
  13. 制造业OEER语言数据挖掘之相关性分析
  14. NPP++去除文本中的重复行
  15. rdms系统_什么是关系数据库管理系统(RDMS)?
  16. 免费生成!火爆全网的个人行程卡纪念版!
  17. 如何从零开始创建React项目
  18. 《疯狂Java讲义》读书笔记4
  19. SRGAN模型——pytorch实现
  20. 控制系统的观测器基础知识

热门文章

  1. [已解决] AHK 映射 ESC 延迟 500 ms 的严重问题
  2. php怎么登录路由器,基础认证与curl自动登录路由器
  3. NRF52840 DFU升级(四):GPREGRET标志位升级
  4. Rockylinux9.1最小化安装、初始化配置、更新内核
  5. project 2013 安装程序找不到office.zh-cn\officeMUI.xml
  6. 荣耀20发布会鸿蒙,是时候表演真正的技术了,荣耀20系列国内发布还有重大惊喜...
  7. 【jenkins】Jenkins不能下载插件 报错sun.security.provider.certpath.SunCertPathBuilderException
  8. 英语作文高分万能句子
  9. 一文理清楚:熵,条件熵,KL散度(相对熵),交叉熵,联合熵,信息增益,信息增益比,GINI系数
  10. FPGA实现GTX视频传输,全网最细讲解,提供2套工程源码和技术支持