Database Administration (MOSC)

MOSC Banner

oracle 12c R2 - rman - ora-00907: SET UNTIL TIME "TO_DATE('2020-12-01 10:00:00','YYYY-MM-DD HH24:MI:

edited Dec 2, 2020 1:49PM in Database Administration (MOSC) 25 commentsAnswered ✓

hello all,

I try duplicate databaes and i have a issue.

I use targret conenction:

rman target / auxiliary sys/$DSTPWD@$DSTDB

connected to target database: prod (DBID=1119311471)

connected to auxiliary database: test(not mounted)

RMAN> run

{

allocate channel ch1 type disk;

allocate auxiliary channel aux1 type disk;

SET UNTIL TIME "TO_DATE('2020-12-01 10:00:00', 'YYYY-MM-DD HH24:MI:SS')";

DUPLICATE TARGET DATABASE TO "hutest";

}2> 3> 4> 5> 6> 7>


allocated channel: ch1

channel ch1: SID=630 device type=DISK


allocated channel: aux1

channel aux1: SID=316 device type=DISK


executing command: SET until clause


Starting Duplicate Db at 2020-12-02 12:17:40

released channel: ch1

released channel: aux1

Tagged:

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