In Oracle I can grant privileges on my schema to another user so that the other user has access to my schema (and in turn objects in my schema).
How do I programmatically ,using ADO.NET (either MS or Oracle's provider), obtain a list of schemas to which a particular user has access?