Cannot recompile database objects error encountered ORA-00936: missing expression
I ran the following command to recompile the invalid objects after the upgrade to 10g.
ALTER VIEW APPS.VIEW_NAME COMPILE;
Kindly advise the error in my script.
0