My Oracle Support Banner

Table Reorg Is Failing After 19c Upgrade (Doc ID 2864858.1)

Last updated on SEPTEMBER 25, 2023

Applies to:

Oracle Demantra Demand Management - Version 12.2 and later
Information in this document applies to any platform.

Symptoms

On : 12.2.9 version, Technical, Non-production Instance

When attempting to exec table_reorg on sales_data
exec table_reorg.reorg
BEGIN table_reorg.reorg('DEMANTRA','SALES_DATA','C',20,8); END;

the following error occurs.

ERROR
-----------------------
ERROR at line 1:
ORA-00942: table or view does not exist
ORA-06512: at "SYS.DBMS_REDEFINITION", line 4187
ORA-06512: at "SYS.DBMS_REDEFINITION", line 239
ORA-06512: at "SYS.DBMS_REDEFINITION", line 4180
ORA-06512: at "SYS.DBMS_REDEFINITION", line 5844
ORA-06512: at line 1
ORA-06512: at "DEMANTRA.TABLE_REORG", line 1384
ORA-00922: missing or invalid option
ORA-06512: at "DEMANTRA.TABLE_REORG", line 1037
ORA-06512: at line 1


STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Upgrade to 19c
2. exec table_reorg.reorg('DEMANTRA','SALES_DATA','C',20,8);
3. error occurs



Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.