Hi All,
We have a new requirement to separate one MCOD system ABAP & JAVA instance in the target system using system copy method.
Scenario:
Source System
SAP App: CRM 7.0
Database: Oracle 11.2.0.2
Database Schema: Two schema in one DB (ABAP- SAPSR3 + JAVA- SAPSR3DB)
Target System
Database Schema: Two schema in two separate DB (ABAP- SAPSR3) & (JAVA- SAPSR3DB)
We have to use BACKUP/RESTORE approach to build the system copy
Plan so far:
1. Take a Offline DB backup in source & take export of JAVA schema only.
2. Restore the backup which will include DB schema of both ABAP and JAVA.
3. Once the import is completed.Drop the Target Schema of Java system.
4. Start the import using based on JAVA system and used the exported dump.
I know this approach looks quite odd, as we are mixing backup/restore & Export/Import process. We have some constraints
Technically this approach will work. please share your suggestion / experience.
Regards
RM