Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Change of sid password

Former Member
0 Kudos

Hai ,

can you please tell me how to change the SAP sid password.

Here given the details:

OS :HP-UX 11.3

DB : Oracle

SAP ECC 6.0

Thanks & Regards ,

Sasmita

5 REPLIES 5

fredrik_borlie
Contributor
0 Kudos

Your question is quite unambigous. There is no password for the System ID.

I would therefore like to inform you about the Security Guide at:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/8c/2ec59131d7f84ea514a67d628925a9/frameset.htm

And feel welcome to clariy your question further if you want help.

/fredrik

Former Member
0 Kudos

Hi,

please follow this

[http://help.sap.com/saphelp_nwmobile71/helpdata/en/aa/1dc94af0fa11d3a6510000e835363f/content.htm]

and also

[http://sap.ittoolbox.com/groups/technical-functional/sap-basis/change-orasid-and-sidadm-passwords-2236130]

Regards,

Muralidhar

Former Member
0 Kudos

> can you please tell me how to change the SAP sid password.

By sid do you mean the Service Marketplace ID which will be of the form S000XXXXXX?

Regards,

jurjen_heeck
Active Contributor
0 Kudos

I think [Note 562863|https://service.sap.com/sap/support/notes/562863] (FAQ: Logon mechanisms) will provide useful information, assuming you want to change the database users' passwords.

Former Member
0 Kudos

You would have to take help from a Oracle DBA to change the password.

From SAP GUI there is no option for the same.

1) Connect with Database as sysdba

2) Check SAP<SID> schema.

3) ALTER USER SAP<SID> IDENTIFIED BY new_password;

=Kapilendra Yadav=