Database Security Products (MOSC)

MOSC Banner

Insufficient privileges when creating a view on a Management Repository view

edited May 8, 2013 7:10AM in Database Security Products (MOSC) 5 commentsAnswered ✓
I tried creating a view on MGMT$TARGET 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?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center