Database Administration (MOSC)

MOSC Banner

Guidance on Granting Permissions to an ETL User

Hi,

I am looking for advice on granting the appropriate permissions to an ETL user who is a client. As a DBA, I must ensure their access is sufficient for their tasks while maintaining security and compliance.

Specifically, I am considering granting the following permissions:

  • GRANT SELECT ON DBA_EXTENTS;
  • GRANT SELECT ON DBA_TABLESPACES;
  • GRANT SELECT ON DBA_SEGMENTS;
  • GRANT SELECT ON SYS.V_$DATABASE;
  • GRANT LOGMINING;
  • GRANT SELECT ON DBA_FREE_SPACE;
  • GRANT SELECT ON SYS.V_$LOG;
  • GRANT SELECT ON SYS.V_$TEMPFILE;
  • GRANT SELECT ON SYS.V_$DATAFILE;

Questions:

  1. Are there specific security concerns or risks associated with granting these permissions to an external user?

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