Login  Register

Moving pluggable database to ASM Disk Group

Posted by raiq1 on Jun 25, 2022; 4:48pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Moving-pluggable-database-to-ASM-Disk-Group-tp10974.html

Dear sir

After upgrade from 11g to 19c , now moving pluggable database datafiles  to ASM Disk group.

--Move PDB to a Different ASM Disk Group
https://asanga-pradeep.blogspot.com/2021/06/move-pdb-to-different-asm-disk-group.html

I followed this link but it has not work, check below error.

export ORACLE_PDB_SID=CLONE
 
 [oracle@proddb01 ~]$ rman target /

Recovery Manager: Release 19.0.0.0.0 - Production on Sat Jun 25 19:45:01 2022
Version 19.10.0.0.0

Copyright (c) 1982, 2019, Oracle and/or its affiliates.  All rights reserved.

connected to target database: CLONECDB:CLONE (DBID=1306724183)

RMAN> backup as copy pluggable database "CLONE" format '+DATA';


input datafile file number=00283 name=/u02/oracle/CLONE/db/apps_st/data/a_txn_ind14.dbf
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/25/2022 19:46:32
ORA-01891: Datetime/Interval internal error
ORA-06594: ICD is unable to compute a result
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting datafile copy
input datafile file number=00284 name=/u02/oracle/CLONE/db/apps_st/data/a_txn_ind15.dbf
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/25/2022 19:46:33
ORA-01891: Datetime/Interval internal error
ORA-06594: ICD is unable to compute a result
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting datafile copy
input datafile file number=00285 name=/u02/oracle/CLONE/db/apps_st/data/a_txn_ind16.dbf
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/25/2022 19:46:33
ORA-01891: Datetime/Interval internal error
ORA-06594: ICD is unable to compute a result
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting datafile copy
input datafile file number=00286 name=/u02/oracle/CLONE/db/apps_st/data/a_txn_ind17.dbf
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/25/2022 19:46:33
ORA-01891: Datetime/Interval internal error
ORA-06594: ICD is unable to compute a result
continuing other job steps, job failed will not be re-run


===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORADISK_1 channel at 06/25/2022 19:47:06
ORA-01891: Datetime/Interval internal error
ORA-06594: ICD is unable to compute a result


Need your advice to fix the issue.

Regards,
Raiq