the first one deals with the max_extents value set in your tablesspace for the table being accessed. You will need to reorg your table. This is a dba function. Basically, your table ran out of available space within the tablespace. Contact your dba and he can walk you through the resizing / reorganization of this table. The second message typicially comes when you try and do a rollback when the image used to rollback is not valid within the context of the current database. This can happen for a variety of reasons but it is very likely associated with the max_extents size problem above and will be eliminated once you resize the table. Arkadiy <arkadiy@JPS.NET> on 2000-04-06 11:17:03 Please respond to sqr-users@list.iex.net To: SQR-USERS@list.iex.net cc: (bcc: Troy Steele/IPL) Subject: SQR error messages Recently while executing 2 SQR programs I received 2 unrelated error messages: 1. max extents ... 2. snapshot too old ... unfortunately I was not able to write down the full text of the messages. Does anyone know what they mean based on that information? Thank you.
|
Recently while executing 2 SQR programs I received 2 unrelated
error messages:
1. max extents ...
2. snapshot too old ...
unfortunately I was not able to write down the full text of
the messages. Does anyone know what they mean based on that
information?
Thank you.
|