Oracle DBA_TABLES Error 00942 #23736
Unanswered
vngoncharuk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Community,
Open Metadata v. 1.8.9
Recently I faced with an error:
(oracledb.exceptions.DatabaseError) ORA-00942: table or view does not exist
[SQL: /* {"app": "OpenMetadata", "version": "1.8.9.0"} */
SELECT table_name FROM DBA_TABLES where ROWNUM < 2]
(Background on this error at: https://sqlalche.me/e/14/4xp6)
DB Oracle XE. Having grant SELECT_CATALOG_ROLE user still doesn't see DBA_TABLES view and there are no options out of the box to fix it.
There are some fixes:
I this something that can be achieved by another simpler way ?
KR
Vitalii
Beta Was this translation helpful? Give feedback.
All reactions