Fulltext results:
- Oracle: List Accounts with Objects
- counts (users) the objects (like tables), you can query them with: <code sql> SELECT DISTINCT OWNER FROM... /code> If you want to list all accounts, you can query them with: <code sql> SELECT USERNAME FROM ALL_U