Fulltext results:
- Oracle: List Accounts with Objects
- counts with Objects ====== To list all accounts (users) the objects (like tables), you can query them wi... y them with: <code sql> SELECT USERNAME FROM ALL_USERS ORDER BY USERNAME; </code> Or, if you only want the DBAs: <code sql> SELECT USERNAME FROM DBA_USERS ORDER BY USERNAME; </code> {{tag>admin oracle sq