I have created a new database user. I granted following system privileges in TOAD.
- select any table
- alter any table
- drop any table
I found that account can select, alter, drop table of other schema's tables. So how can I restrict the that account to alter, drop only its owned tables and select all schema's table?