Yes. i know it is a rights issue. I have run the sapdba_role.sql and all the other sql commands after upgrading the kernel. But still, about 2/3 of the way in to a "brconnect -u / -c -f cleanup" command I get:
BR0280I BRCONNECT time stamp: 2015-03-23 12.32.33
BR0301E SQL error -1031 at location dblog_cleanup-22, SQL statement:
'DELETE FROM "SAPR3".DBSTAIHORA WHERE ANDAT < '20140216000000''
ORA-01031: insufficient privileges
BR0280I BRCONNECT time stamp: 2015-03-23 12.32.44
BR0301E SQL error -1031 at location dblog_cleanup-25, SQL statement:
'UPDATE "SAPR3".DBSTATIORA SET VWTYP = 'D' WHERE VWTYP <> 'D' AND INAME NOT IN (SELECT TABLE_NAME FROM DBA_INDEXES WHERE OWNER = 'SAPR3')'
ORA-01031: insufficient privileges
BR0280I BRCONNECT time stamp: 2015-03-23 12.32.44
BR0301E SQL error -1031 at location dblog_cleanup-26, SQL statement:
'UPDATE "SAPR3".DBSTAIHORA SET VWTYP = 'D' WHERE VWTYP <> 'D' AND INAME NOT IN (SELECT TABLE_NAME FROM DBA_INDEXES WHERE OWNER = 'SAPR3')'
ORA-01031: insufficient privileges
I compared this system to others that work and can't find what I might be overlooking.
The command "brconnect -u system/password -c -f cleanup" works fine so I even recreated the oracle password file.
Ideas?
Running Oracle 11g on HP-UX.