cancel
Showing results for 
Search instead for 
Did you mean: 

forget System user password in ECC 6.0

Former Member
0 Kudos

Hii,

I m using ECC 6.0 with oracle 10g.

i forget the password of system user.

can i reset the password.

there is no issuse aries when i change the password.

And please confirm change passowd via brtools or SQL plus command.

Regrds,

vivek

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi,

You can change the system user password using sqlplus

SQL> Alter user system identified by <new password>;

Hope this answers your query.

Regards,

Deepak Kori

Former Member
0 Kudos

thanks

My qusetion is that

after changin the password of sytem use any effect on server.

beacuse db13 tx and brtols use the sytem user to do the task.

any method to reset the pwd via brtoosl.

Regads

former_member188883
Active Contributor
0 Kudos

Hi,

Changing system user password will not impact your operations via db13 or brtools.

db13 and brtools make use of database schema user and its password.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

and for sap connetivity its use sapsr3 user.

no impact on server???

thanks

Regards

former_member188883
Active Contributor
0 Kudos

Hi,

In an SAP system on oracle, all connections to database is being done using database schema user ( unix) and SAPService<SID> (windows)

In your case if SAPR3 is the schema user, SAP will use this user to connect to database.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

thanks