Maxextends.sql

  • Uploaded by: SANJAY BALA
  • 0
  • 0
  • April 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Maxextends.sql as PDF for free.

More details

  • Words: 70
  • Pages: 1
set line size 150 COL owner FORMAT A10 COL segment_name FORMAT A35 COL tablespace_name FORMAT A10 COL segment_type FORMAT A15 COL extents FORMAT 999999999 COL max_extents FORMAT 999999999 COL free_extents FORMAT 999999999 select owner, segment_name, tablespace_name, segment_type , extents, max_extents, max_extents - extents "free_extents" from dba_segments where segment_type in ('TABLE','INDEX') and (extents +&NUM_EXTENTS) >= max_extents order by 7; ---ALTER TABLE . STORAGE (MAXEXTENTS num); ---ALTER INDEX . STORAGE (MAXEXTENTS num);

More Documents from "SANJAY BALA"

Maxextends.sql
April 2020 5
Dp
December 2019 30
Printing.pdf
November 2019 26
4_7
April 2020 6