If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Table location

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-15-09, 06:43
prabalkd prabalkd is offline
Registered User
 
Join Date: Sep 2009
Posts: 1
Table location

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?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On