HOW CAN I DO HOMOGENOUS SYSTEM COPY (ECC5.0)?TELL STEP BY
STEP PROCESS?

Answer Posted / sandeep

1. Take a backup control file to trace from the source (SRC)

sql:>ALTER DATABASE BACKUP CONTROL FILE TO TRACE
AS '<PATH>';

2. Stop the DB & app is stoped in SRC.

3. Copy the datafiles, redo logs and control files from SRC
to targert(TRG). We will get the location of these file
from v$controlfile, v$lofile and v$datafile when
the DB is opened.

4. Edit the pfile in the TRG so that the path of datafiles
and redologs are same as in the backup control file.

5. Edit the backup control file, as per the situation, i.e.
reset/noreset & archive/noarchive log mode and save the
same as *****.sql.

6. Startup the DB in nomount using the edited pfile.

7. Run the sql script, ie

sql:>@****.sql

It will create the control file in the location specified
in the pfile.

8. Open thE DB.

sql:>ALTER DATABASE OPEN RESETLOGS;

9. Database opened.
10. Do the post activities in the table level ans start
sap.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can't we do it thru some other client?

1613


Hi All I am Vamshi I Provide Training on ECC Security, Bi Security, HR Security, GRC Access Control Suit(RAR SPM CUP ERM), SRM Security and CRM Security. Duration: 30 days Fees: Rs 7000/- Vamshi Krishna +91-7569362152 email: s.sap30@gmail.com

1869


describe how to setup a printer in SAP or where they would look to research why a user/users can not print?

636


What are patches you applied?

789


When I check transaction sm37 and I want to see the spool I get a message that says "no list available." Why is this?

941






What are the different options available for scheduling a background job? What start conditions type can be used?

595


How database extend?

1431


Some transactions in sap are seen as customizing, for instance ovrf (updating routes). In some systems this is set as master data and can be set open. Where do you do this?

594


What is sap single stack system?

654


what is garbage collector. is there any way to set the time to gc?

3596


How to configure TMS?

1378


What are the DVD's Download for implementation?

1578


What are the different types of rfc?

626


How to create RFC CONNECTION between production server and Global trade system. what prerequsite we need for this.

3171


What are common background jobs that will run in your system?

2114