In addition to Weibo, there is also WeChat
Please pay attention

WeChat public account
Shulou
2025-10-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Set pagesize 1000
Col tablespace_name for a14
Select d.tablespaceplayName space "sum_space (m)", blocks sum_blocks,space-nvl (free_space,0) "used_space (m)"
Round ((1-nvl (free_space,0) / space) * 100Pol 2) "used_rate (%)", free_space "free_space (m)"
From
(select tablespace_name,round (sum (bytes) / (1024 / 1024), 2) space,sum (blocks) blocks
From dba_data_files
Group by tablespace_name) d
(select tablespace_name,round (sum (bytes) / (1024 / 1024), 2) free_space
From dba_free_space
Group by tablespace_name) f
Where d.tablespace_name = f.tablespace_name (+) union all
Select d.tablespaceplayName space "sum_space (m)", blocks sum_blocks
Used_space "used_space (m)", round (nvl (used_space,0) / space*100,2) "used_rate (%)"
Nvl (free_space,0) "free_space (m)"
From
(select tablespace_name,round (sum (bytes) / (1024 / 1024), 2) space,sum (blocks) blocks
From dba_temp_files
Group by tablespace_name) d
(select tablespace_name,round (sum (bytes_used) / (1024 / 1024), 2) used_space
Round (sum (bytes_free) / (1024 / 1024), 2) free_space
From v$temp_space_header
Group by tablespace_name) f
Where d.tablespace_name = f.tablespace_name (+)
Find out the usage of the table space through the SQL above, and find out whether the table space is automatically expanded by the following SQL.
SQL > select STATUS,AUTOEXTENSIBLE from dba_data_files where tablespace_name='ISS_UPDATE'
STATUS AUT
AVAILABLE NO
AVAILABLE NO
AVAILABLE NO
AVAILABLE NO
AVAILABLE NO
AVAILABLE NO
AVAILABLE NO
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope





About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.