Moving pluggable database to ASM Disk Group

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Moving pluggable database to ASM Disk Group

raiq1
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



Reply | Threaded
Open this post in threaded view
|

Re: Moving pluggable database to ASM Disk Group

ErmanArslansOracleBlog
Administrator
We have ORA-06594 at the bottom of the stack..
This exception is internal to PL/SQL, and should not be seen by customers.

Check your rman channels (check any agent  if you are using any backup agents in the backend, you may try reinstalling that agent or contacting the relevant vendor support -- the vendor that owns the agent software)
Check your OS and Filesystem(both where the datafiles reside and where the backup files are targeted).. Check if there are any errors, anything that may prevent rman doing its job.
Also ask it to Oracle Support.. This is internal.. This may be related with a bug..