Check this as well. Now I am getting this error.
oraead> brarchive -u sapsr3/xxxx2020
BR0002I BRARCHIVE 7.40 (12)
BR0006I Start of offline redolog processing: aeqevrgi.svd 2015-04-02 05:22:56
BR0484I BRARCHIVE log file: /oracle/EAD/saparch/aeqevrgi.svd
BR0280I BRARCHIVE time stamp: 2015-04-02 05:22:56
BR0301E SQL error -1031 at location BrInitOraCreate-2, SQL statement:
'CONNECT sapsr3/********* AT PROF_CONN IN SYSOPER MODE'
ORA-01031: insufficient privileges
BR0303E Determination of Oracle version failed
BR0007I End of offline redolog processing: aeqevrgi.svd 2015-04-02 05:22:56
BR0280I BRARCHIVE time stamp: 2015-04-02 05:22:56
BR0005I BRARCHIVE terminated with errors.
---------------------------------------------------
SQL> select grantee, granted_role, default_role from dba_role_privs where grantee = 'OPS$EADADM';
GRANTEE GRANTED_ROLE DEF
------------------------------ ------------------------------ ---
OPS$EADADM RESOURCE YES
OPS$EADADM SAPDBA YES
OPS$EADADM CONNECT YES
---------------------------------------------------------------------------------------------------------------
SQL> select grantee,granted_role,default_role
from dba_role_privs
where grantee = 'SAPSR3'; 2 3
GRANTEE GRANTED_ROLE DEF
------------------------------ ------------------------------ ---
SAPSR3 SAPCONN YES
----------------------------------------------------------------------------------------
Now guide me what should be the issue.