| ANONYMOUS | |
| APPQOSSYS | |
| AUDSYS | |
| DBSFWUSER | |
| DBSNMP | |
| DIP | |
| GGSYS | |
| GSMADMIN_INTERNAL | Owner of the gsm administrative packages (catgwm.sql) |
| GSMCATUSER | |
| GSMUSER | |
| ORACLE_OCM | |
| OUTLN | |
| REMOTE_SCHEDULER_AGENT | |
| SYS | |
| SYS$UMF | |
| SYSBACKUP | |
| SYSDG | |
| SYSKM | |
| SYSRAC | |
| SYSTEM | |
| XDB | |
| XS$NULL |
select username from dba_users where oracle_maintained = 'Y' order by username
$ORACLE_HOME/rdbms/admin/catfusrg.sql mentiones hard coded user ids: v$sqlarea allows to get a rough (!) estimation of what a user was doing on a database. dba_users_with_defpwd lists users that are still using their default passwords. dbms_utility.compile_schema. grant SQL statement to give users privileges. hist table for dropped users.