ORA-04043: object SYS_PLSQL_697A5BF5_73_1 does not exist
I have tried below 2 ways to alter this table and both times i got below error.
- ALTER TABLE "TEST" MODIFY ("ACCEPT" NOT NULL ENABLE);
- ALTER TABLE TEST MODIFY (ACCEPT NOT NULL ENABLE);
Error:
ORA-04043: object SYS_PLSQL_697A5BF5_73_1 does not exist
Tagged:
3