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 > ERROR: Missing pages

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-27-04, 07:59
aalokd aalokd is offline
Registered User
 
Join Date: Jul 2004
Posts: 9
ERROR: Missing pages

How i handle the following issues on informix db:

1) My application user fascing following execption:
"Exception from Informix: XIX000:-211:Cannot read system catalog (sysprocplan). "
i am able to query the table (sysprocplan) from dbaccess.
i check the online.log ---no errors
i checked space in db ---on problem
i run oncheck -ce then --- i get following errors :
oncheck -ce
Validating extents for Space 'dvl_sblob3' ...

Chunk Pathname Size Used Free
ERROR: Missing pages between 4060 and 4066
ERROR: Missing pages between 5688 and 5689
9 /export/home/informix/xyz/links/xyz_sblob_1 51200 19759 31434
Note: 'Used' = used metadata space + used user data space.
'Free' = free user data space.

2)There is one more problem i saw lot of very old oninit proccess runing through root user on unix server. Because this there might be pageout happing or should in kill the other old runing oninit proccess.
thanks.
Reply With Quote
  #2 (permalink)  
Old 07-28-04, 07:50
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,
Please run oncheck -cS for dbspace 'dvl_sblob3'.
See monitoring sbspaces in the Administrator’s Guide.

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 08-04-04, 07:28
aalokd aalokd is offline
Registered User
 
Join Date: Jul 2004
Posts: 9
After running your command on test env.
My db get crashed . It went down offline automatically.
I had to bring it up with oninit..........
I don't know what happened.........
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