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
What are the DVD's Download for implementation?
list some common errors faced with jspm while updating java stcks.and solutions.
How to delet a table in sap. How to move a table from one location to another.
What is SSO? How to configure SSO?
What is heterogenous system copy and homogenous system copy ?
How to find users used transaction codes which are not authorized for?
How will go about doing a client copy ?
Hi i am Ramesh want to know that which course in sap is most suitable for my younger brother who has BSC qualification and is this course is job oriented
If possible send me screenshot doc for installation of ecc6
How do you check the installed software components and product versions on sap system?
Is it possible to install ecc 5.0 as a test system and not production, without installing solution manager?
How to uncar car/sar files in a single shot?
What are the activities you done in PI?
If a user complaints that he could not execute some of the transaction codes then what will you do?
Explain segment?