Data Dictionary to get Oracle internal users on Oracle DBs?
Hi Oracle Community Members,
Is anybody aware of any Oracle DB data dictionary which can list is the internal users of Oracle database? I want to prepare a script which gets the list of all the App users and excludes the internal users thus looking for some way.
In dba_users, I tried to see if there is any flag/column which would tell us if the user is an internal or not, but did not find such thing.
Regards,
Pratik Mehta