Search Postgresql Archives

Re: Wal -long transaction

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>
> And it's been a while; but I thought transactions like that could
> overflow rollback segments in that other database.
>

ORA-01555:	snapshot too old: rollback segment number string with name
"string" too small
Cause:	Rollback records needed by a reader for consistent read are
overwritten by other writers.
Action:	If in Automatic Undo Management mode, increase the setting of
UNDO_RETENTION. Otherwise, use larger rollback segments.

In 10g you can do

ALTER TABLESPACE UNDO_TS2 RETENTION GUARANTEE;

which will automgically grow the undo tablespace until you run out of
disk space or the transaction ends.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux