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

How to set predecessor relationship between two transport requests?

2398


What are the different login and password parameters that can be applied in sap system?

840


What is the purpose of webdisptcher and Installing and configuring Web Dispatcher what are the prerequisites?

2195


What is difference between oracle 9i and oracle 10g?

1516


How to perform a sap-export and import tables in sap from os level?

1004


What are the key responsibilities of sap basis administrator?

832


How much swap memory should be in the system?

817


Explain checkpoint?

768


How can you find the list of objects that have been repaired in the system?

969


if i want to limit the condition record validity for forst 10 orders how can i do tht plz ans i hve interview in 2/3 days

1781


I also wanna work with Webdynpros? What are the requirements? I mean SAP 4.7 ee or ECC 5 or 6? Netweaver developer Studio? Also with win 2003 i have the activation problem every month. SO do i get a cd that doesnt ask for the activation? i have win 2000 but can it be installed on HP pavilion laptops that are coming preinstalled with Vista OS?

2076


What is the procedure to applying patches?

818


what is netweaver

1272


Where is the Deletion Flag or Indicator used in archiving process?

3120


How to apply java stacks ? expalin step by step prcoess

1719