Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Consistent export vs.snapshot too old.
"Jarek Palka" <jarek_at_kamsoft.com.pl> wrote in message
news:3AACF264.164F3D85_at_kamsoft.com.pl...
> During export of large database using parameter CONSISTENT=Y
> we received an error :
>
> EXP-00056: ORACLE error 1555 encountered
> ORA-01555: snapshot too old: rollback segment number 5 with name "RB14"
> too small
> EXP-00222:
> System error message 1
> System error message: No such file or directory
>
> Becouse database is on-line 24*7 lot of transactions was in-doubt during
> this export. Is it possible to force export to use SELECTED
> rollback_segment ?
> How can we avoid such errors ?
> --
> ____________________________________________________________
> Jaroslaw Palka <jarek_at_kamsoft.com.pl> P.I.KAMSOFT, Katowice
> tel. (+48 32) 209-07-05, fax 209-07-15 POLAND
By not using the consistent=y parameter, this requires the complete user or
the complete database to fit in one rollback segment. You will *never*
manage that.
IMO (and Howard Rogers will support it) a 24*7 database means *Hot BACKUP*
and archivelog. Period.
export with consistent=y is not a viable replacement for a hot backup.
Hth,
Sybrand Bakker, Oracle DBA Received on Mon Mar 12 2001 - 11:26:16 CST
![]() |
![]() |