Skip to content

fix(oracle): reduce privilege requirements for Catalogs metadata query#570

Open
aveseli wants to merge 1 commit intoxo:mainfrom
aveseli:main
Open

fix(oracle): reduce privilege requirements for Catalogs metadata query#570
aveseli wants to merge 1 commit intoxo:mainfrom
aveseli:main

Conversation

@aveseli
Copy link
Copy Markdown

@aveseli aveseli commented Apr 10, 2026

Replace v$parameter with SYS_CONTEXT('USERENV', 'DB_NAME') from dual and dba_db_links with all_db_links to avoid requiring DBA/elevated privileges when listing catalogs.

Replace v$parameter with SYS_CONTEXT('USERENV', 'DB_NAME') from dual
and dba_db_links with all_db_links to avoid requiring DBA/elevated
privileges when listing catalogs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants