RMAN transport tablespace fails with RMAN-06026 and RMAN-06100
Hello, running this script against Solaris 10, Oracle RDBMS 11.2.0.4 and getting the above errors. Doesn't seem to be much online addressing this. What else can I provide? It's a non-clustered, no encryption database and I've tried it connected to and not connected to the RMAN catalog.
run
{
transport tablespace archm01d, CSU_AUDIT_TRAIL, CTX01D, INV01D, LAB01D, MAXARCH01D, MAXARCH01I, MAXDSIF, MAXDSUI, MAXIMO, MAXINDEX, SPPD01D
tablespace destination '<NFS directory>'
auxiliary destination '<NFS directory>'
until time 'SYSDATE';
}