Database Administration (MOSC)

MOSC Banner

DBMS_SPACE.OBJECT_GROWTH_TREND

edited Jan 14, 2010 6:35AM in Database Administration (MOSC) 3 commentsAnswered ✓
 I wish to used the object_growth_trend function on partitioned tables and indexes but I cannot figure out how....

  1  SELECT * FROM
  2  TABLE (
  3  DBMS_SPACE.OBJECT_gROWTH_TREND(
  4  'SH',
  5  'SALES',
  6  'PARTITION',
  7  'SALES_Q4_2003')
  8* )
SQL> /
DBMS_SPACE.OBJECT_gROWTH_TREND(
*
ERROR at line 3:
ORA-03200: the segment type specification is invalid
ORA-06512: at "SYS.DBMS_SPACE", line 3950
ORA-06512: at "SYS.DBMS_SPACE", line 4221
ORA-06512: at line 1

just one of several guesses.   Seems all the examples use simple unpartitioned tables.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center