cancel
Showing results for 
Search instead for 
Did you mean: 

RESET DBA user password

Former Member
0 Kudos

Dear Community,

Please tell me, where is mistake?

I try to reset password of DBA user SAPR3 using sqlcomand:

sqlcli -d SDB -u superdba,superdba ALTER PASSWORD SAPR3 SAPR3

but it not work and i recive answer of the system like :

0 rows affected (3772 usec)

Please help/

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos


Hello Albert,

your password has been altered. You can ignore the message. For DDL commands the row count

isn't set and will display '0 rows affected'

check the password change with

sqlcli -d SDB -u SAPR3,SAPR3 select user from dual

Regards,

Burkhard

Former Member
0 Kudos

It seems like it is ok, can you give somthing more comands for checking SAPR3 user new password?

Former Member
0 Kudos

Thanks for response. You`re right

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Albert,

I didn't know a DBA user with the name SAPR3 in MaxDB. But there is a user SAP<SID>.

Maybe that is the mistake?

Regrads

Matthias