Tag Archives: restore

Recover a dropped table without flashback enabled.

You don’t have to restore the whole database to get back a dropped table without flashback. But there is quite a bit of work involved. It may prove not to be worth the effort.

Posted in Recovery Manager | Tagged , , , , | Comments Off

How to restore an Spfile from autobackup older than 7 days

Whenever we issue in RMAN, RMAN> restore spfile from autobackup; then restoring from autobackup stops at seven days and then it arises message channel ORA_DISK_1: no autobackup in 7 days found.

Posted in Oracle | Tagged , , , | Comments Off

Rman and Ulimit Problem

Had an interesting one, Rman states that the backup piece’s do not exist, but they are on the OS. Why could I not catalog them ? ….. Here’s where I tried to get them available for restoring. run { allocate … Continue reading

Posted in Configuration., Oracle, Parameters, Recovery Manager | Tagged , , , | Comments Off

Rman> set dbid

What is set dbid used for in Rman ?

Posted in Oracle, Recovery Manager | Tagged , , , | Comments Off

Clone a database on the same server.

How to clone a database, using the simpliest method.

Posted in Oracle | Tagged , , , , , , , , , , , , , , , , , , , | Comments Off

RMAN-03002, PLS-00553, rman restore

I found an interesting error, PLS-00553

Posted in Errors, Oracle, Recovery Manager | Tagged , , , | Comments Off