[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: SQR error messages



Are you sure these are SQR errors?  They appear to be database errors to
me.  Usually you get a "max extents" error if you are doing
updates/inserts and the DBA hasn't allocated enough extent (segment)
space.  I haven't seen "snapshot too old"...but I know that there is
such a thing in Oracle called a "refresh interval" used to schedule
refreshes of replicated data.  Perhaps it relates to that (total guess
on my part).

I'd check with your DBA about these.

> Arkadiy wrote:
>
> 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.