How can I get info on which rights the current user has to a table?
I saw the faq on using

select table_name from all_tables;

the problem is that this only gives info on whether or not the user has access to a certain table,
but I especially need info on whether the user can make inserts, update, delete, selects, etc.

Thanks in advance for any help


Gorm