Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

transfer data from non CDB (12c) to PDB via rman

siegwin.portJun 10 2015 — edited Jun 11 2015

Hi,

I want to transfer data from an existing NON-CDB to existing PDB via rman duplicate. So I used:

cd C:\app\oracle1\product\12.1.0\dbhome_2\BIN

rman target sys/<pwd>@orpc3 auxiliary sys/<pwd>@wawi

ORPC3 is 12c NON-CDB

WAWI is PDB in CDBORPC3 on the same Windows Computer (Win 7)

I got th error:

Recovery Manager: Release 12.1.0.2.0 - Production on Mi Jun 10 09:54:58 2015

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

Mit Ziel-Datenbank verbunden: ORPC3 (DBID=3322365403)
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: Initialisierung des internen Recovery Manager Packages nicht erfolgreich
RMAN-06814: Anmeldung bei integrierbarer Datenbank WAWI nicht m÷glich

WAWI is open.

Connect via SQLPLUS as sys/<pwd>@wawi as sysdba is possible

Entry in Listener.ora is

SID_LIST_LISTENER =

  (SID_LIST =

  (SID_DESC =

  (SID_NAME = CLRExtProc)

  (ORACLE_HOME = c:\app\oracle1\product\12.1.0\dbhome_2)

  (PROGRAM = extproc)

  (ENVS = "EXTPROC_DLLS=ONLY:c:\app\oracle1\product\12.1.0\dbhome_2\bin\oraclr12.dll")

  )

  (SID_DESC =

  (GLOBAL_DBNAME=ORPC3.WORLD)

  (ORACLE_HOME = c:\app\oracle1\product\12.1.0\dbhome_2)

  (SID_NAME = ORPC3)

  ) 

  (SID_DESC =

  (GLOBAL_DBNAME=CDBORPC3.WORLD)

  (ORACLE_HOME = c:\app\oracle1\product\12.1.0\dbhome_2)

  (SID_NAME = CDBORPC3)

  ) 

  (SID_DESC =

  (GLOBAL_DBNAME=WAWI.WORLD)

  (ORACLE_HOME = c:\app\oracle1\product\12.1.0\dbhome_2)

  (SID_NAME = WAWI)

  ) 

)

LISTENER =

  (DESCRIPTION_LIST =

  (DESCRIPTION =

  (ADDRESS = (PROTOCOL = TCP)(HOST = PC3)(PORT = 1521))

  (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))

  )

  )

 

ADR_BASE_LISTENER = C:\app\oracle1

Please help me

Regards,

Siegwin

This post has been answered by Krishna-Oracle on Jun 11 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2015
Added on Jun 10 2015
3 comments
552 views