on 2014 Jan 23 11:52 AM
Hello,
We installed SAP system with Oracle and windows combination. Triggered brbackup and FS backup.
Unfortunately server is crashed due to harddisk failure. We want to rebuild the system with FS and backup which we took using brbackup.
Please suggest here how to proceed and if any document that will guide.
Best Regards,
Sri
Hello Everyone,
Thanks for your quick response.
I have DB backup which was took by brtools and FS backup for /usr/sap/<SID> only.
My question is
1) FS restore is done and registered the SAP<SID> services
2) DB software installtion is done from there i am not sure how to proceed
Suggest me the steps to restore the backup took by BRtools .
Regards,
Sri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Deepak,
Installed Oracle Server software using sapserver.cmd, then copied backupSID.log and .afd files to sapbackup as mentioned above.
Restore was asking the additional folders sapdata2, sapdata3, sapdata4 to create, but in source there was only sapdata1 folder.
Now the sqlplus connection is failing with below error
SQL> connect sys as sysdba
Enter password:
ERROR:
ORA-12560: TNS:protocol adapter error
Please suggest me how to proceed to resolve the TNS protocol adapter error.
LISTENER is configured using netca but still getting the issue.
Regards,
Sri
Hi Sridhar,
Restore was asking the additional folders sapdata2, sapdata3, sapdata4 to create, but in source there was only sapdata1 folder.
If source system has sapdata1, backup log also should have only sapdata1. Please check in backup log how many sapdata folders are backed up.
If possible create these folders and proceed with restore.
sqlplus will not work at the moment as listener may not be running. you need to start listener service.
from services.msc
Hope this helps.
Regards,
Deepak Kori
Hello RB,
When i am trying to logging into database using the below command getting the TNS protocol adapter error:
C:\Documents and Settings\***adm>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jan 24 15:16:32 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect sys as sysdba
Enter password:
ERROR:
ORA-12560: TNS:protocol adapter error
suggest here.
Regards,
Sri
When i run sqlplus "/as sysdba" getting the below error:
C:\Documents and Settings\***adm>sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jan 24 15:53:38 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12560: TNS:protocol adapter error
Enter user-name: SAPSR3
Enter password:
ERROR:
ORA-12560: TNS:protocol adapter error
Hi SRIDHAR M,
Check environment variables of the user that connects to the database.
ORACLE_SID is correct?
Regards,
Dani
Hi SRIDHAR M,
Check database services, PATH environment variable and try to execute tnsping XXX. Also you can check '/oracle/XXX/10204/network/admin' files (listener.ora, tnsnames.ora), if has correct parameters.
Regards,
Dani
User | Count |
---|---|
68 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.