Greetings,
Do we have the concept of ID's assigned to objects like
tables, indexes, view etc.
I mean in sybase we have a function to select the object ID's. Do we
have this concept in DB2. If yes, how can we do it?
Any help would be appreciated.
TIA
pankaj_wolfhunter@yahoo.co.in - 12 Jan 2006 06:44 GMT
There is a tableid associated with each tables in syscat.tables system
view.
Is this the same thing?
TIA
Serge Rielau - 12 Jan 2006 10:00 GMT
> Greetings,
> Do we have the concept of ID's assigned to objects like
[quoted text clipped - 3 lines]
>
> Any help would be appreciated.
DB2 only has routineid for functions and procedure.
And sequence ID for sequences.
table objects have no abstract ID.
An object is uniquely identified by its type, and fully qualified
(specific) name.
Cheers
Serge

Signature
Serge Rielau
DB2 Solutions Development
DB2 UDB for Linux, Unix, Windows
IBM Toronto Lab
pankaj_wolfhunter@yahoo.co.in - 13 Jan 2006 03:14 GMT