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
How to set predecessor relationship between two transport requests?
What are the different login and password parameters that can be applied in sap system?
What is the purpose of webdisptcher and Installing and configuring Web Dispatcher what are the prerequisites?
What is difference between oracle 9i and oracle 10g?
How to perform a sap-export and import tables in sap from os level?
What are the key responsibilities of sap basis administrator?
How much swap memory should be in the system?
Explain checkpoint?
How can you find the list of objects that have been repaired in the system?
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
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?
What is the procedure to applying patches?
what is netweaver
Where is the Deletion Flag or Indicator used in archiving process?
How to apply java stacks ? expalin step by step prcoess