Categories
Oracle

ORA-01102: cannot mount database in EXCLUSIVE mode

ORA-01102: cannot mount database in EXCLUSIVE mode Hi friends, recently during starting my database I end up with following error: ORA-01102: cannot mount database in EXCLUSIVE mode. Cause of the above error is: Other instance has the database mounted exclusive or shared. Solution: Shutdown the primary database: shut immediate; Find out all the processes belonging to […]

Categories
SAP

ORA-27102: out of memory Linux-x86_64 Error: 28: No space left on device

ORA-27102: out of memory Linux-x86_64 Error: 28: No space left on device Hi friends, Recently I am installing EHP 6.0 on one of friend system, everything goes smooth. But during the time of CREATE DATABASE process it throws following error: ORA-27102: out of memory Linux-x86_64 Error: 28: No space left on device. At first it seems […]

Categories
SAP

BR0069E File name not unique – backup/verification impossible

BR0069E File name not unique – backup/verification impossible Hi friends, recently due to some issue with our backup client, we have to take backup of sap database to disk. But brtools comes up with a error: BR0069E File name /oracle/LAD/sapdata2/undo_3/undo.data3 not unique – backup/verification not possible BR0069E File name /oracle/LAD/sapdata10/undo/undo.data3 not unique – backup/verification not […]

Categories
SAP

Change SAPSR3 Password via BRCONNECT

Change SAPSR3 Password via BRCONNECT Hi friends, in this post we will cover how to change SAPSR3 password via BRCONNECT, this can also be done with brtools and directly from sqlplus utility. Here we are using BRCONNECT. First of all either login with ORA<<SID>> or ORACLE user, and then execute the following command. brconnect -u […]