Joe,
For a quick and dirty, all-access-allowed approach, type the following after logging in as that user via sql:
Code:
exec vpd.set_user('DBA.ADMIN') (see
http://www.otmfaq.com/forums/f21/ins...rformance-513/ ([INSTRUCTIONS] Testing VPD Query Performance) for more details.)
You should now have access to all data in all tables. Ensure that you're getting results back. From there, you'll have to dig further into VPD in order to refine the access and trim back the access to just the GLOGOWNER.GL_LOGIN_HISTORY data.
See the following URL for a brief overview and sample info on VPD:
VPD
--Chris