By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
V |
---|
A |
B |
C |
D |
ORA-00942: table or view does not exist
1 rows affected
ORA-00942: table or view does not exist
PLAN_TABLE_OUTPUT |
---|
SQL_ID fynpctqfpuszk, child number 0 |
------------------------------------------------------------------------ |
-------- -- ① Gather stats --------------------------------------------- |
----------------------------------- begin |
dbms_stats.gather_schema_stats(null); end; |
NOTE: cannot fetch plan for SQL_ID: fynpctqfpuszk, CHILD_NUMBER: 0 |
Please verify value of SQL_ID and CHILD_NUMBER; |
It could also be that the plan is no longer in cursor cache (check v$sql_plan) |
ORA-24344: success with compilation error
NAME | TYPE | SEQUENCE | LINE | POSITION | TEXT | ATTRIBUTE | MESSAGE_NUMBER |
---|---|---|---|---|---|---|---|
F | FUNCTION | 1 | 1 | 40 | PLS-00103: Encountered the symbol "RETURNS" when expecting one of the following: return The symbol "return was inserted before "RETURNS" to continue. |
ERROR | 103 |
F(7,6) |
---|
42 |