Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
ORA 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
ORA 01722 invalid number
 
RMAN - Recovery Question

RMAN - Recovery Question

2007-04-25       - By Arno Seidel

 Back
Reply:     1     2     3     4     5     6     7     8     9  

Hi there,

i hope someone out there can help me out of the problem:
Following situation:
Oracle Backups with rman
and these settings:
RMAN without recovery catalog
configure channel device type disk format
'/opt/rmanbackup/rman_%t_%s_%p.dbf';
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 14 DAYS;
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO
'/opt/rmanbackup/%F';

from monday till friday with following command:
backup as compressed backupset incremental level = 1 database plus
archivelog delete input tag ='INCREMENTAL-$DATE';
on saturday i ran this command:
backup as compressed backupset incremental level = 0 database noexclude
plus archivelog delete input tag ='Full-$DATE';

my problem now is, that when i try to restore and recover the wohle
database (after a complete loss of controllfiles / datafiles /
archived_logs)
what i have is the full backup from saturday and the incremental ones
till today
i would issue following commands:
rman target / nocatalog
SET DBID 2356179800
STARTUP FORCE NOMOUNT PFILE='/opt/oracle/product/R2/dbs/initLNCL.ora';
run {
SET CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO
'/opt/rmanbackup/%F';
restore controlfile from autobackup maxdays 1;}

shutdown immediate;
startup mount;
restore database;

till now every thing is ok ... but if i do the "final" step
recover database;
rman stops after some time and says:
RMAN-06025 (See http://MAN-06025.ora-code.com): no backup of log thread 1 seq found to restore
several times ... these requested log sequences are older than 3 weeks
and i don?t have them any more.
Why does Rman want this old logs???
And how can i recover the database without these old logs?

any help would be great.

regards from germany

Arno Seidel


--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting