oracle 12c R2 - rman - ora-00907: SET UNTIL TIME "TO_DATE('2020-12-01 10:00:00','YYYY-MM-DD HH24:MI:
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