User Tools

Site Tools


tablespaces

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tablespaces [2019/10/18 14:25] z0hpvktablespaces [2025/03/08 22:24] (current) – external edit 127.0.0.1
Line 81: Line 81:
 </code>  </code> 
  
-==== Shrink Data Files ==== +==== Default Tablespaces ==== 
-<code>+<code SQL> 
 +SELECT * FROM database_properties WHERE property_name like '%TABLESPACE'; 
 +</code> 
 + 
 +==== Resize Data Files ==== 
 +<code SQL>
 -- Report on which data files can be shrunk -- Report on which data files can be shrunk
-set verify off +set verify off pagesize 50 linesize 120 
-column file_name format a50 word_wrapped+column file_name format a60 word_wrapped
 column smallest format 999,990 heading "Smallest|Size|Poss." column smallest format 999,990 heading "Smallest|Size|Poss."
 column currsize format 999,990 heading "Current|Size" column currsize format 999,990 heading "Current|Size"
tablespaces.1571408732.txt.gz · Last modified: 2025/03/08 22:23 (external edit)