HOW CAN I DO HOMOGENOUS SYSTEM COPY (ECC5.0)?TELL STEP BY
STEP PROCESS?
Answers were Sorted based on User's Feedback
Answer / 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 |
How to do transports from OS level?
What is roll in and roll out?
Hi Al I have a small querry in SAP there are different type of Users one of them is System User I want to know why the system user is created and if created what is use of them and how they are associated with the Dialogue User ,As we all know Dialogue user can perform all work in Sap by logging in the sap server , so why the system user is created and how they are associated with Dialogue user With Rgds
What is a Role?
How to set predecessor relationship between two transport requests?
In the context of client copy what is customizing data,master data, and application data,and transaction data,etc.. which client copy profile is used for copying each data type? thanks.
How the system log analysis will work(sm21),how the logs are sended,can anyone explain the behind process.
1.How could an user know in which instance he has logged on if there is one central instance and four dialog instances 2.in ecc system how to know up to what package level the basis and abap support packs needs to be updated. Depending upon the remaining components(hr,appl...)
What is the folder it will ask to install oracle?
what is main benefits of cursor?
Where is the Deletion Flag or Indicator used in archiving process?
how can we activated profile parameter for disable multiple logon? i have already tried parameter: login/disable_multiple_login_gui=1. but its not affect to sap system. pls give me some step.