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!

Migration

user10455042Oct 3 2013 — edited Oct 3 2013

I am planning to migrate my 15 TB database from Solaris to Linux.  Below are my approach

There are 100 schemas to migrate from Oracle 10g to Oracle 11g

For Example: When I start Data Pump Export(schema wise) my SCN is 2343 and exported and imported from Source to Target db

Can i take export from SCN 2344 using flashback_scan, and import into target db.  Will the target db will be in sync using this method?

Comments

DK2010

Hi,

No, You can not Take Export from SCN, it only for upto date/SCN

you can also check the Option  from here :Migration Of An Oracle Database Across OS Platforms (Generic Platform) (Doc ID 733205.1)

HTH

Hemant K Chitale

It is quite likely that your export may fail to create a read consistent image of the data as of the SCN specified when it is attempting to export that volume of data, with transactions running concurrently.

Since SPARC Solaris is Big-Endian and Intel Linux is Little-Endian, you'd have to convert the datafiles.

Hemant K Chitale


1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 31 2013
Added on Oct 3 2013
2 comments
261 views