Insufficient privileges when creating a view on a Management Repository view
CREATE VIEW MY_TARGETS
AS
SELECT TARGET_NAME, TARGET_TYPE, CREATION_DATE
FROM SYSMAN.MGMT$TARGET;
And got an error "insufficient privileges".
The user I am logged in as belongs to a DBA role which has CREATE ANY VIEW privileges. Why am I unable to create a view?