Can't read Table ddl in VS Code. All other menu part are Ok. Got "An error occurred while generating DDL for "C##UAM"."REORG_CMD". The resource does not exist in this environment or the user making this request is not authorized to access the resource. Check the spelling of the resource. Check the user has authorization to access this resource"
But SELECT DBMS_METADATA.GET_DDL('TABLE', 'REORG_CMD', 'C##UAM') FROM DUAL;
In sql editor works fine
I don't see thsi problem as SYS user.