Hi all, Could any one pl: let me know as to how we could fetch the table names from oracle database for a perticular user, a code snippet regarding this is very much appreciated Thanks
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
5
posted
0
Try this. I don't know whether your database will display all tables or just those which are visible to the active user.
[ August 19, 2003: Message edited by: Lasse Koskela ]
True. That would work if you're not afraid of being slightly locked into Oracle-speficic SQL and if the user has the grant to do a SELECT on ALL_TABLES.