当前位置:网站首页>Oracle views the data size of a table
Oracle views the data size of a table
2022-07-05 22:01:00 【The sea of waves】
Example :
select t.segment_name,bytes/1024/1024 as MB from user_segments t where t.segment_name=' Table name should be capitalized ';
select t.segment_name,bytes/1024/1024 as MB from dba_segments t where t.segment_name=' Table name should be capitalized ';
explain
user_segments You can only view the table data under the current user
dba_segments You can only view the table data under all users
边栏推荐
- Type of fault
- PIP install beatifulsoup4 installation failed
- poj 3237 Tree(樹鏈拆分)
- Comment développer un plug - in d'applet
- 854. String BFS with similarity K
- 华为联机对战如何提升玩家匹配成功几率
- 【愚公系列】2022年7月 Go教学课程 003-IDE的安装和基本使用
- C language knowledge points link
- 1.3 years of work experience, double non naked resignation agency face-to-face experience [already employed]
- 854. 相似度为 K 的字符串 BFS
猜你喜欢

2.2.5 basic sentences of R language drawing

The American Championship is about to start. Are you ready?

PIP install beatifulsoup4 installation failed

Meituan dynamic thread pool practice ideas, open source

MySQL连接断开报错MySQLdb._exceptions.OperationalError 4031, The client was disconnected by the server

Defect detection - Halcon surface scratch detection
![[Yugong series] go teaching course 003-ide installation and basic use in July 2022](/img/9d/7d01bc1daa61f6545f619b6746f8bb.png)
[Yugong series] go teaching course 003-ide installation and basic use in July 2022

Experienced inductance manufacturers tell you what makes the inductance noisy. Inductance noise is a common inductance fault. If the used inductance makes noise, you don't have to worry. You just need

Kingbasees v8r3 cluster maintenance case -- online addition of standby database management node

Talking about MySQL index
随机推荐
MMAP学习
多家呼吸机巨头产品近期被一级召回 呼吸机市场仍在增量竞争
CRM creates its own custom report based on fetch
从零开始实现lmax-Disruptor队列(四)多线程生产者MultiProducerSequencer原理解析
Defect detection - Halcon surface scratch detection
Getting started with microservices (resttemplate, Eureka, Nacos, feign, gateway)
Recovery technology with checkpoints
K210学习笔记(四) K210同时运行多个模型
2.2.3 output of documents
database mirroring
Database recovery strategy
【愚公系列】2022年7月 Go教学课程 004-Go代码注释
matlab绘制hsv色轮图
Oracle检查点队列–实例崩溃恢复原理剖析
Livelocks and deadlocks of concurrency control
Implementation technology of recovery
Tips for using SecureCRT
Shell script, awk uses if, for process control
如何组织一场实战攻防演练
如何向mongoDB中添加新的字段附代码(全)