Hi
I am having a system with Informix 5xx . Since sysmaster db is not there I have to find dbspace location of the tables by
select tabname , hex(partnum) from systables;
output is as below:
tech_cus 0x03000039
tmi_chrg 0x0300003A
trblrpt 0x07000002
holiday 0x0C000003
tmi_chrg 0x0A000008
First 2 indiactes that these are residing in dbspace 3, third one in dbspace 7, but what are the last two?
I cannot find the actual dbspace where the tables are residing.
Can anyone help?