What privileges do you need to be able to query the sys.obj$, sys.col$ etc system tables directly?

link|improve this question

69% accept rate
feedback

1 Answer

up vote 1 down vote accepted

For Oracle 9i or later, the SELECT_ANY_DICTIONARY privilege.

For earlier versions, I think you need SELECT_ANY_TABLE, and you would also need to have 07_DICTIONARY_ACCESSIBILITY = TRUE, but this is unsafe.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.