- SAP Security - Logon Tickets
- User Authentication & Single SignOn
- SAP Security - Databases
- SAP Security - Windows Platform
- SAP Security - Unix Platform
- System Authorization Concept
- Un-authorizing Logons Protections
- Protecting Standard Users
- Network Communication Security
- User Authentication & Management
- SAP Security - Overview
- SAP Security - Home
SAP Security Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
SAP Security - Databases
在SAP系统中保护你的数据库用户至关重要。 数据库可以是Oracle数据库、LQ服务器或MYSQL数据库。 你们需要从这些数据库中保护标准用户。 密码应当保护标准用户,应当定期修改。
Oracle Standard Users
下表列出了Windows环境中标准用户名单。 应为所有这些用户保留密码。
User Name | Type | Password Change Method |
---|---|---|
<SID>ADM | Operating System User | OPS$ mechanism |
SAPServic<SID> | Operating System User | OPS$ mechanism |
SYS (internal) | Operating System User | SAPDBA |
SYSTEM | Operating System User | SAPDBA |
SAPR3 | Operating System User | SAPDBA |
How to Create an OPS$ user for <SID>ADM?
为了创建企业总价用户,你需要与“SID>”;ADM。 如果SAP系统运行,然后执行以下指令,你应首先停止该系统。
Createuser OPS$<adm_user>fall tablespace psapuserid provisional tablespace psaptemp identifying Externally;
这里是“ &”;
<SID>ADM, 用于老年骨质释放
<domain_name><SID>ADM
然后,你应该遵循以下步骤:
补助金链接,资源与《总计划》的比较;
连接/
创建SAPUSER(USERID Varchar(20),PASSWD VARCHAR2(20));
插入SAPUSER值(ELSAPR3','<password>);
内部联网
用户SAPR3按“斜线”确定;
同样,你可以创造
Createuser OPS$<SAP_service_user>ail tablespace psapuserid provisional tablespace psaptemp specifiedexternally;
这里,“SAP_service_user>”;
结构 Service<SID> 对于老年骨质释放
<domain_name>SAPservice<SID> for recent release
Password Management for DB Users
有必要管理贵数据库中标准用户的密码。 你们可以使用各种公用事业来改变密码。
How to Change Password for a DBA User Using SAPDBA?
可以使用指挥线或全球情报和安全局的用户可改写密码。 为了改变指挥线的密码,你应使用以下指挥系统:
Sapdba [-u <user1>/<user1_password>]_user2 <user2_password>
在以上指挥中,user1是SAPDBA用于登录数据库的数据库用户。
用户1-密码和密码;是用户1密码的密码。
用户2 <user2> 显示密码应予更改的数据库用户。
用户2_password>是同一用户的新密码。
如果你希望使用用户名称“海关数据”及其缺省密码,你可以从指挥部中删除-u。
Sapdba -u system/<system_password>] -sapr3 <sapr3_password>
How to Change Password for SAPR3 Using SVRMGRL?
SVRMGRL是一种旧的用途,在以前释放了Oracle,并被用于履行下文提及的数据库职能。 在最近发布的新闻稿中,服务器管理员的指挥现在可在SQL* Plus上查阅。
Creating Database
Start and Shut down Database
Recovery of Database
Password Management
为了改变密码,你应当遵循以下步骤:
Start SVRMGRL.
Connect to the database using the connect internal command.
SVRMGR> connect internal.
Connected.
下一步是更新SAPUSER表格,进入以下指挥系统:
Update OPS$ <SID>ADM。 SemUSER set PASSWD = <new_password>' where USERID = SAPR3';
请使用指挥线更新数据库SAPR3的密码。
用户目录3按“斜线”确定;新字编号;
Advertisements