Database Backup and Recovery (MOSC)

MOSC Banner

Unable to perform backup base TTS

edited Dec 3, 2010 3:51AM in Database Backup and Recovery (MOSC) 12 commentsAnswered ✓
 I have the follwing rman script to do transaportable tablesapce.
run {
TRANSPORT TABLESPACE 'PWC_TRAMX','MAADATA','MAAINDX','MLOGS','MAXIMO','MAXIMO_PIDX'
AUXILIARY DESTINATION '/orabackup/AUX/tts'
DUMP FILE 'TTS_META.dmp'
EXPORT LOG 'TTS_META.log'
IMPORT SCRIPT 'TTS_META.sql'
TABLESPACE DESTINATION '/oradata/TSD/tts'
UNTIL TIME="to_date('2010-NOV-28 12:00:00','YYYY-MON-DD HH24:MI:SS')";
}

but I got errors below:

Starting restore at 28-NOV-10
allocated channel: ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: sid=39 devtype=DISK

channel ORA_AUX_DISK_1: restoring datafile 00001
input datafile copy recid=222 stamp=735688006 filename=/orabackup/AUX/rman/QUINC_0vltgo4q
destination for restore of datafile 00001: /orabackup/AUX/tts/TSPITR_QUINC_DDLX/datafile/o1_mf_system_%u_.dbf

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center