Database - RAC/Scalability (MOSC)

MOSC Banner

oracle11g database migration from hpux to aix platform ,using rman convert,encounter ORA-01194,ORA-0

edited Jul 18, 2016 5:02AM in Database - RAC/Scalability (MOSC) 1 commentAnswered

I'm trying to (clone) copy one database 11g  from hpux platform to aix ,using rman convert datafile

,general steps are:

1.source:  dbms_tdb.check_external,dbms_tdb.check_db,and find datafiles that require conversion(system &

undo), and finally 'alter database read only',cp datafiles to target.

2.target :

  >startup nomount;

  RMAN> CONVERT FROM PLATFORM="HP-UX IA (64-bit)" TO PLATFORM="AIX-Based Systems (64-bit)"

PARALLELISM 2

DATAFILE '/vbak/yxmdbrman/undotbs01.dbf' FORMAT '+DATA'

DATAFILE '/vbak/yxmdbrman/system01.dbf' FORMAT '+DATA'

...

  RMAN> CONVERT PARALLELISM 16

DATAFILE '/vbak/yxmdbrman/users01.dbf' FORMAT '+DATA'

DATAFILE '/vbak/yxmdbrman/sysaux01.dbf' FORMAT '+DATA'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center