ad_zd_table.upgrade command failing with ORA-00923
Has anyone faced this issue? I could not find any direct reference in the oracle support site.
SQL>exec ad_zd_table.upgrade('USER1','TESTTABLE');
BEGIN ad_zd_table.upgrade('USER1','TESTTABLE'); END;
*
ERROR at line 1:
ORA-00923: FROM keyword not found where expected
ORA-06512: at "APPS.AD_ZD_TABLE", line 1035
ORA-06512: at "APPS.AD_ZD_TABLE", line 1151
ORA-06512: at line 1
-Karthik