Hi,
If you have the privileges you can see the base tables.

set autotrace on
select * from v$shared_pool_reserve;

This will give you the details of all /any of the base tables used for quering the v$ objects.