Bimalaggarwal
Programmer
I have a rowid.
I want to know the table name which has its record belonging to this rowid.
I do not wish to go over ALL_TABLES and run full table scans for each table to find a matching rowid.
Is there a fast and simple way to do this ?
I want to know the table name which has its record belonging to this rowid.
I do not wish to go over ALL_TABLES and run full table scans for each table to find a matching rowid.
Is there a fast and simple way to do this ?