Just a quick note on how to check object owner in Oracle database. Following query can be used:
Note that it requires access to ALL_OBJECTS view which is normally requires DBA rights.
Just a quick note on how to check object owner in Oracle database. Following query can be used:
Note that it requires access to ALL_OBJECTS view which is normally requires DBA rights.