Database Administration (MOSC)

MOSC Banner

DDL of partitioned index

edited Jul 31, 2012 2:14AM in Database Administration (MOSC) 4 commentsAnswered
How to get the ddl of partitioned index using dbms_metadata?
select dbms_metadata.get_dependent_ddl('INDEX','<INDEXNAME>','OWNER')  from dual;

gives following error

ORA-31608: specified object of type INDEX not found
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.DBMS_METADATA", line 2809
ORA-06512: at "SYS.DBMS_METADATA", line 4394
ORA-06512: at line 1

any thing extra needs to be supplied for partitioned indexes?


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