ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Support for partitioned tables with APIs for management and maintenance activities
dbms_part.cleanup_gidx(
schema_name_in IN VARCHAR2 DEFAULT NULL,
table_name_in IN VARCHAR2 DEFAULT NULL,
parallel IN VARCHAR2 DEFAULT '0'
options IN VARCHAR2 DEFAULT
'CLEANUP ORPHANS');
exec dbms_part.cleanup_gidx;
*
ERROR at line 1:
ORA-20000: No global index segments were cleaned
ORA-06512: at "SYS.DBMS_PART", line 231
ORA-06512: at "SYS.DBMS_PART", line 296
ORA-06512: at line 1
exec dbms_part.cleanup_gidx(NULL, 'SALES');
*
ERROR at line 1:
ORA-44001: invalid schema
ORA-06512: at "SYS.DBMS_ASSERT", line 390
ORA-06512: at "SYS.DBMS_PART", line 122
ORA-06512: at "SYS.DBMS_PART", line 296
ORA-06512: at line 1