Is there an easy way to list all of the non-default oracle users apart from excluding them with a large NOT IN (...) clause?
For example in SQL Server you can find the non-system (default) databases by saying "select name from sys.databases where database_id > 4".