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 > Reorganise system tabels of Informix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-16-04, 03:24
dleijdekkers dleijdekkers is offline
Registered User
 
Join Date: Apr 2004
Posts: 2
Question Reorganise system tabels of Informix

WE are using Informix 7.3 on a Unix system in combination with BaaN4c4

In the inf_storage we tell whcih tables need to go to which dbspace.

When I want to clear the dbspaces, I find system-tables of Informix.
Does anybody know if I can reorganise them and direct them to a specific dbspace so it is always together??

Any information on this subject is very welcome!

Kind regards,
Dennis

PS
example:
sysutils:informix.sysprocedures 699 8
sysutils:informix.sysprocbody 707 8
sysmaster:informix.syscolumns 715 8
baan:informix.systables 53 8
baan:informix.syscolumns 61 8
baan:informix.sysindexes 69 8
Reply With Quote
  #2 (permalink)  
Old 04-16-04, 13:51
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Angry

Hi,

You're officially not allowed to do so. You can recreate the sysutils and sysmaster, but this also isn't very nice. You can try setting the next size bigger and then alter index to cluster on one of the indexes. Don't forget to changed the index back to not clustered. THis should work on some tables, but I don't think it is officially supported....

Greetz,

Rob Prop
Reply With Quote
  #3 (permalink)  
Old 04-19-04, 02:42
dleijdekkers dleijdekkers is offline
Registered User
 
Join Date: Apr 2004
Posts: 2
Thank you very much, I will give it a shot.

dennis
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