Database Backup and Recovery (MOSC)

MOSC Banner

Trying to duplicate a database

edited Jan 31, 2013 8:23AM in Database Backup and Recovery (MOSC) 4 commentsAnswered ✓

Here is a portion of my script to duplicate a database.   For this client they have the backups spread across multiple file systems.   Is the syntax below acceptable?  I need to identify all 3 backup locations.

DUPLICATE DATABASE TO 'PBAN811G'
  BACKUP LOCATION '/backup/BANPROD/,/backup1/BANPROD/,/backup2/BANPROD'
  UNTIL TIME "TO_DATE('01/30/2013 08:00:00', 'MM/DD/YYYY HH24:MI:SS')"

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