Fulltext results:
- Oracle: List Accounts with Objects
- FROM DBA_OBJECTS ORDER BY OWNER; </code> If you want to list all accounts, you can query them with: <... USERS ORDER BY USERNAME; </code> Or, if you only want the DBAs: <code sql> SELECT USERNAME FROM DBA_US