How to activate the auto-index feature in Oracle 19c Enterprise Edition?
To activate on PDB send me the error:
BEGIN dbms_auto_index.configure('AUTO_INDEX_MODE','IMPLEMENT'); END;
Informe de error -
ORA-40216: función no soportada
ORA-06512: en "SYS.DBMS_SYS_ERROR", línea 79
ORA-06512: en "SYS.DBMS_AUTO_INDEX_INTERNAL", línea 10967
ORA-06512: en "SYS.DBMS_AUTO_INDEX", línea 301
ORA-06512: en línea 1
40216. 00000 - "feature not supported"
*Cause: The feature was not supported in the API.
*Action: Modify the code to avoid usage of the feature.